Trying to resolve "Showing 1 to 10 of 57 entries (filtered from NaN total entries)"

Trying to resolve "Showing 1 to 10 of 57 entries (filtered from NaN total entries)"

juleejulee Posts: 16Questions: 7Answers: 0
edited June 2015 in Free community support

Hi there. I have the following code: http://jsfiddle.net/36ezd1p1/

I'm using server side processing. It all works well, except that no matter what I query - all records, 10 records, or I filter records - the data table always shows the message "filtered from NaN total entries".

Here's a sample of my json data that is returned when I filter the results down to 57 entries:

  {
"draw":3,
"recordsFiltered":57,
"data":[{"name":"John Doe","id":"96","destination":"jd@hotmail.com","pid":"12752","DT_RowId":"row_96"} .... etc ....]
}

Any suggestions would be appreciated. Thanks

This discussion has been closed.