Newly created row not displayed

Newly created row not displayed

dhanudhanu Posts: 12Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
While adding new row in middle of the table, pagination entries is updated with new tr count but row is not visible in screen.
I am able to see all row in console by using
var nNodes = oTable.fnGetNodes( );
console.log(nNodes);

Please help me
This discussion has been closed.