Button Toolbar
Button Toolbar
canwejustcode
Posts: 36Questions: 10Answers: 0
I'm trying to create a toolbar with buttons with this https://datatables.net/examples/advanced_init/dom_toolbar
and trying to add buttons. Is it possible to get the selected row from a button in the toolbar? At this time I'm not using the editor.datatables.net version, I'm using the datatables.net version.
Answers
You can use a Custom Button like this example. Or you can add your button to the toolbar and use the same technique in an event handler for that button.
Kevin