fnUpdate
fnUpdate
I have a table with 20 lines as page,
when I am in anyone page and use the function fnUpdate, does the table always restart of the first page, it would like that after the fnUpdate to be executed, the page was continuing in same that the user was and not to return for first, it has some possibility?
Thanks...
when I am in anyone page and use the function fnUpdate, does the table always restart of the first page, it would like that after the fnUpdate to be executed, the page was continuing in same that the user was and not to return for first, it has some possibility?
Thanks...
This discussion has been closed.
Replies
The reason that this is done is due to sorting - DataTables will take the new data and sort it with the rest, and whenever it does a sort, it will start the displayed records from 0 again. Have a look at this post which should help you in developing around this: http://datatables.net/forums/comments.php?DiscussionID=422
Regards,
Allan