datatable Display All is showing one record less than total record.

datatable Display All is showing one record less than total record.

sachindimblesachindimble Posts: 2Questions: 0Answers: 0
edited July 2013 in General
I am using server side processing, through debug i can see correct number of record being returned. If i have total 2 records & i select Display 10 (10) record then it shows all (two) records but when i select All (-1) it shows one row. I tried debugging through chrome but not able to figure out the issue in client side script. I have set all the required properties as per API docs.

Any hint towards this issue would be appreciated.
JQuery version - 2.0.1

Thanks,

Replies

  • allanallan Posts: 63,512Questions: 1Answers: 10,472 Site admin
    Can you link to a test case showing the issue please.

    Allan
  • sachindimblesachindimble Posts: 2Questions: 0Answers: 0
    Thanks Allan, for your reply. This was the bug in pipeline as described here http://datatables.net/forums/discussion/4670/bugfix-for-fndatatablespipeline/p1

    This solved my issue.


    Thanks.
This discussion has been closed.