Pagination Not Displaying in Server Side Processing w/ FireFox & Internet Explorer

Pagination Not Displaying in Server Side Processing w/ FireFox & Internet Explorer

ryandev00ryandev00 Posts: 3Questions: 0Answers: 0
edited August 2011 in General
FireFox 5.0
Chrome 14.0.835
Internet Explorer 8.0

Demo:
http://adfoc.us/ (requires login)
user: datatables@adfoc.us
pass: testtest

In FireFox & Internet Explorer, pagination on DataTables only shows 1 page. Chrome shows all of the pages fine.

Any ideas?

Replies

  • ryandev00ryandev00 Posts: 3Questions: 0Answers: 0
    Am I not posting enough information?
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    both IE and Chrome looked the same to me. both showed 1-20 of 20 (filtered from 101).

    Can you describe the issue in more detail?
  • ryandev00ryandev00 Posts: 3Questions: 0Answers: 0
    If there are 101 results, there should be 6 pages. Were you only seeing 1 page?

    This is the problem. I want to be able to show all 6 pages.

    It seems the results are being filtered without any filter info being passed.
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    you must have set a filter/limit on the server side or you're setting iTotalDisplayRecords to the iDisplayLength value. if no filter is set, iTotalDisplayRecords should be the same as iTotalRecords


    [quote]
    http://www.datatables.net/usage/server-side

    int iTotalDisplayRecords Total records, after filtering (i.e. the total number of records after filtering has been applied - not just the number of records being returned in this result set)
    [/quote]

    what does your server side script look like?
This discussion has been closed.