fnClearTable
fnClearTable
[code]
oTable.fnClearTable();
oTable.fnDraw();
[/code]
The above code does not clear the table before redrawing the table (i.e making fresh ajax call to populate the table).
The data in the rows still there till the ajax call is successful.
Can you please tell me what I'm doing wrong?
oTable.fnClearTable();
oTable.fnDraw();
[/code]
The above code does not clear the table before redrawing the table (i.e making fresh ajax call to populate the table).
The data in the rows still there till the ajax call is successful.
Can you please tell me what I'm doing wrong?
This discussion has been closed.