Minimum symbols to start search?
Minimum symbols to start search?
I want to configure DataTables to send search to server only after 3 symbols was typed. Is this possible?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
There isn't a built in option for that, but you could easily create a custom input element that would perform this action and call
search()when you are ready to make the search call.Allan
This is not very good, but thanks for the answer Allan