Reputation: 25651
I have some websocket listening code that already do good things when receiveing some events.
I now need to force reloading of datatable ONLY if I am in a specific page.
I'd like to specify the id the of the datatable iteself (or add a data-, or add a class) in the List Operation, so i can check presence and do specific things only if user is watching the specific class
How can I customize the datatable in the List Operation (without ovverride the .blade.php) to add id, class or data- to the datatable?
Upvotes: 0
Views: 99