Selected Rows are not checked when press next

Selected Rows are not checked when press next

vasudevanvasudevan Posts: 1Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
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
This discussion has been closed.