Multi - Criteria / Multi - Column filtering out rows
Multi - Criteria / Multi - Column filtering out rows
![rlangille2](https://secure.gravatar.com/avatar/31a9183276549fd1dc55cbbe8e03cb98/?default=https%3A%2F%2Fvanillicon.com%2F31a9183276549fd1dc55cbbe8e03cb98_200.png&rating=g&size=120)
Hello,
If I want to filter out records based on more than one criteria and more than one column, what is the best way to do so?
I have one column called 'enabled' and one column called 'status'. I don't want records to be displayed in datatables if the enabled column = 1 and the status column = 5.
I've been looking at the site documentation for a while, but the technique I haven't been able to locate yet.
Thanks!
This discussion has been closed.
Answers
This example may help you get started:
https://datatables.net/examples/api/regex.html
Kevin