disable instant search
disable instant search

Instant search is very slow.
When I type in the search field, the typed letters appear in the search box after a long delay.
It seems that DataTables takes too many resources searching after the first, second and so on typed letters.
Is there a way to disable instant search and start the search only after hitting enter?
In any case, inputting characters in the search box should have priority over the search activity.
Using DataTables V2.2.2 with 6 searchable fields.
This question has an accepted answers - jump to answer
Answers
Hello @straetch,
If you have a look to the documentation here https://datatables.net/examples/advanced_init/enter_search.html, you can see this:
I hope it will solve your problem.
Thanks! I wasn't aware of this. I only need this for one specific data table and not on each page that data table appears on.
Since all of my other searches work "normally" I want to raise my users's attention that they must hit "Enter" in this specific case. Hence the "language" method.