how to redraw table without making ajax call again?

how to redraw table without making ajax call again?

manojmanoj Posts: 2Questions: 0Answers: 0
edited April 2012 in General
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?

Replies

  • manojmanoj Posts: 2Questions: 0Answers: 0
    does anyone answer of my question?
This discussion has been closed.