Multiple Tables: how manage the delete and add buttons?
Multiple Tables: how manage the delete and add buttons?

Hello everybody, I've got 10 datatables in the same web page, initialized by the command:
"var table = $('table.display').DataTable({paging:false, info: false, bFilter: false, rowReorder: true });"
Is it possible to insert a delete (and an add) button for every single table?
Thanks for the help,
Paolo.
This discussion has been closed.