fnClearTable

fnClearTable

vishalvishal Posts: 2Questions: 0Answers: 0
edited December 2010 in General
[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?
This discussion has been closed.