pagination not working after update on 1.5.0

pagination not working after update on 1.5.0

loadbrainloadbrain Posts: 18Questions: 0Answers: 0
edited August 2009 in General
Hi,
I upgraded to v 1.5.0 now pagination is not working anymore, I always get all records at once.
(records come from AJAXsource).
Changed API???

Replies

  • yankoffyankoff Posts: 6Questions: 0Answers: 0
    I've got the same problem, but I've realized that it works if you click on paginator 2-3 times - then it change the page.
    Can you check if it works for you? It won't help you, but maybe it will help to Alan, if it's bug and not our hands ;)
  • loadbrainloadbrain Posts: 18Questions: 0Answers: 0
    edited August 2009
    No, it does not work, but you're right so far, after 2-3 times I can see in firebug that data is sent....
    Params:
    [code]
    bEscapeRegex true
    bEscapeRegex_0 true
    bEscapeRegex_1 true
    bEscapeRegex_2 true
    bEscapeRegex_3 true
    bEscapeRegex_4 true
    bEscapeRegex_5 true

    iColumns 6
    iDisplayLength 25
    iDisplayStart 0
    iSortCol_0 0
    iSortDir_0 asc
    iSortingCols 1
    sColumns
    sEcho 11
    sSearch
    sSearch_0
    [/code]
  • yankoffyankoff Posts: 6Questions: 0Answers: 0
    Download source from here http://datatables.net/release-datatables/media/js/jquery.dataTables.js
    This version works fine
  • loadbrainloadbrain Posts: 18Questions: 0Answers: 0
    Not for me, sorry
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Hi guys,

    This is an known issue in 1.5.0 ( http://datatables.net/forums/comments.php?DiscussionID=487&page=1#Item_2 ). There is a fix available in that post, and I'll release a new version of DataTables as soon as I can with the fix included.

    Regards,
    Allan
  • loadbrainloadbrain Posts: 18Questions: 0Answers: 0
    Ok, good to know!
  • loadbrainloadbrain Posts: 18Questions: 0Answers: 0
    1.5.1 and everything works fine now! Cool!
This discussion has been closed.