How do I do an "exclude" search?
How do I do an "exclude" search?
amarundo
Posts: 6Questions: 3Answers: 0
Hi,
I want to use datatables with many (>500) rows (no pagination) and I want to be able to both filter and "exclude" filter so the user can enter both 'abc' that will on the fly match that (all columns) but also, in another search field, enter 'xyz' to exclude rows that match 'xyz' (having precedence over the positive match).
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would need to implement a custom filter for that. There is no built in option to do that.
Regards,
Allan
Thanks!!!