Select only displayed rows in Jquery Multiple DataTables

Select only displayed rows in Jquery Multiple DataTables

ayush1795ayush1795 Posts: 3Questions: 1Answers: 0

I have multiple Jquery Datatables (number of table is dynamic). I have created multiple tables with the help of

$(document).ready(function() {
$('table.display').DataTable();
} );

I want to add select and deselect all button which will select and deselect only visible rows.

What code should I add so that these buttons are added into all tables.

thanks

Answers

This discussion has been closed.