How to switch of DataTable live search?

How to switch of DataTable live search?

gviswagviswa Posts: 3Questions: 3Answers: 0
edited June 2016 in Free community support

Hello,
I am using DataTable search in one of column that has TextBox. Its working well, but its performing live search. Like, i click search its filtering result, and also when i try to change text in textbox also filters. How to switch off?

NOTE: I am using invalidate() to update text for search

This question has an accepted answers - jump to answer

Answers

  • Tom (DataTables)Tom (DataTables) Posts: 139Questions: 0Answers: 26
    Answer ✓

    Currently there is no built in option to have the search only on demand, rather than on the fly.
    What you could do is create your own search box and call the search method when you want it to perform the search.

    Thanks

    Tom

This discussion has been closed.