Datatables server side processing is slow

Datatables server side processing is slow

muthuphpianmuthuphpian Posts: 4Questions: 2Answers: 0
edited January 2017 in DataTables 1.10

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"

Answers

  • PaulusPaulus Posts: 69Questions: 17Answers: 5

    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?

This discussion has been closed.