Can some one post a sample code for 50,000 database records to display in the datatable?
Can some one post a sample code for 50,000 database records to display in the datatable?
eela
Posts: 1Questions: 1Answers: 0
in DataTables
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
You are likely to need server-side processing. Fully documented example here:
https://datatables.net/examples/data_sources/server_side.html
As tangerine said,
serverSide
may be worthwhile, but this example shows 50k with client-side - 50k is on the cusp of over-loading old browsers,Colin