Hide rows with opposite values
Hide rows with opposite values

I am new in using Datatables. What i want to be shown in my table is a row that has 'true' values. other wise, it wont be shown. how can i do this?
This discussion has been closed.
I am new in using Datatables. What i want to be shown in my table is a row that has 'true' values. other wise, it wont be shown. how can i do this?
Answers
Maybe you need to create a search plugin. Here is an example:
https://datatables.net/examples/plug-ins/range_filtering.html
If you need more help please provide more specifics about the data and the search you want.
Kevin