Filter Search very slow
Filter Search very slow
marcoDatatable
Posts: 2Questions: 1Answers: 0
Hi,
i use Datatable version 1.10.16, with a table of 215 elements. when i do a search, it´s very, very slow. in the profiler of the browser, i see that the method t.extend (minimised version) or Api.extend (not minimised version ) is calling more than 1650 000 times. Someone has the same problem ?
Thank you
This discussion has been closed.
Answers
I found the problem. I uses a plugin ColumnFilterWidgets.js, but it was not updated for this Datatable version.
thank you