use fnDraw() but maintain visuals?
use fnDraw() but maintain visuals?
I have a table with 97 rows but only showing 10 at a time.. If I am on page 3 and delete a row then call fnDraw(), is it possible to stay on the current page somehow? At the moment, it redraws and puts me back on page one losing any column sorting or paging I've done prior to the call.
This discussion has been closed.
Replies
if I understand you right you should solve that with this: http://datatables.net/forums/comments.php?DiscussionID=3703&page=1
Hope that helps!
Greetings