Showing 0 to 0 of 0 entries (filtered from NaN total entries)
Showing 0 to 0 of 0 entries (filtered from NaN total entries)
i have faced a problem , in server side processing time in page bottom perfectly not showing result count,
Please anyone help ,
Below my data table configuration code
i have used server side processing for server side pagination ,searching and sorting . below my controller code
but in page bottom properly not showing result count and extra data. That show NaN and 0. Below the error
Answers
Start by looking at the XHR response using the browser's network inspector tool. The
recordsTotal
orrecordsFiltered
parameters are expected to be integers. Sounds like they might be something else. See the Server Side Processing Protocol docs for more details.Kevin
Thanks kthorngren , i have implement as you told , but still same problem .not showing page bottom
For server-side processing, enable
serverSide
. The protocol is discussed here. Also see examples here. If you download the DataTables repo, there are examples of the server-side scripts in/examples/server_side/scripts
.If that doesn't help, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin