Selected Rows are not checked when press next
Selected Rows are not checked when press next
vasudevan
Posts: 1Questions: 0Answers: 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
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.