Initialization Datatables, and return an object :
I try call oTable.fnClearTable() to clear table. But the data still exists , and after calling fnClearTable(), the data loading method automatically called again
var oTable = $('#example').dataTable();
I try call oTable.fnClearTable() to clear table. But the data still exists , and after calling fnClearTable(), the data loading method automatically called again