Select only displayed rows in Jquery Multiple DataTables
Select only displayed rows in Jquery Multiple DataTables
![ayush1795](https://secure.gravatar.com/avatar/29e5e17567d8f6884d947c7fd6a2e068/?default=https%3A%2F%2Fvanillicon.com%2F29e5e17567d8f6884d947c7fd6a2e068_200.png&rating=g&size=120)
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
This discussion has been closed.
Answers
Duplicate of this thread.