how to redraw table without making ajax call again?
how to redraw table without making ajax call again?
hi,
i have draw table by calling following code
var table = $('#roleTableId').dataTable()
then i clear all data in my div and on cancel button i called
table.fnDraw() ;
but it does not draw a table plz help me .
is this possible to draw a table without making ajax request to server second time?
i have draw table by calling following code
var table = $('#roleTableId').dataTable()
then i clear all data in my div and on cancel button i called
table.fnDraw() ;
but it does not draw a table plz help me .
is this possible to draw a table without making ajax request to server second time?
This discussion has been closed.
Replies