Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1817

Selected Rows are not checked when press next

$
0
0
I have selected all the rows including the hidden one using the code
var oTable = $('#' + tblName).dataTable();
// Get the nodes from the table
var rowCount = oTable.fnGetNodes().length;

But when I press the next button in footer the checkbox is showing unchecked.... Please help me to do this

Viewing all articles
Browse latest Browse all 1817

Trending Articles