fnUpdate

fnUpdate

renato7xrenato7x Posts: 4Questions: 0Answers: 0
edited August 2009 in General
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...

Replies

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Hi renato7x,

    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
This discussion has been closed.