My jquery databale is not returning result when i m trying to get 27,500 records to jquery datatble
My jquery databale is not returning result when i m trying to get 27,500 records to jquery datatble
swatiNaik
Posts: 1Questions: 1Answers: 0
My jquery databale is not returning result when i m trying to get 27,500 records to jquery datatble
but 2,700 records are getting download by this ajax call
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
Using the browser's netwokr inspector look at the XHR response to see what is returned. If its 2,700 records then you will need to look at the server script to find out why. If there are 27,500 records then there might be something within the data that is causing Datatables to display only 2,700 records.
Let us know what you find.
Kevin