Datatables server side processing is slow
Datatables server side processing is slow
muthuphpian
Posts: 4Questions: 2Answers: 0
Hi, Server side processing for datatables are very slow, i think it's filtering all records for only 10 records pagination. How can i avoid server filtering all records?
[{DT_RowId: "row_206599", product_name: "camelbak",…},…]
draw:1
files:[]
options:[]
recordsFiltered:"342022"
recordsTotal:"342022"
This discussion has been closed.
Answers
Please post the table options you are using for review. Filtering is not done except specified or text entered into the filter textbox.
Also, from the results...
recordsFiltered:"342022"
recordsTotal:"342022"
it is likely no filter is applied. What message is displayed in the status?