Multi - Criteria / Multi - Column filtering out rows
Multi - Criteria / Multi - Column filtering out rows
rlangille2
Posts: 10Questions: 3Answers: 0
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