Hide rows with opposite values
Hide rows with opposite values
![mangtomas](https://secure.gravatar.com/avatar/4b98b141ddab72444fc79257a3a06b3b/?default=https%3A%2F%2Fvanillicon.com%2F4b98b141ddab72444fc79257a3a06b3b_200.png&rating=g&size=120)
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