Display results on table based on database search
Display results on table based on database search
dhyanesh
Posts: 30Questions: 8Answers: 0
Hello,
I have a database that has a boolean column. On the table data processed by datatables, I want to display only the rows that has 0 as the value on this particular column.
Please help on how I can achieve this.
Thank you.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hello,
Any help or pointers will be helpful.
Thank you.
There are some pointers in the
columns.data
page, showing how to use conditionals based to filter data (look for "filter"), perhaps it could help you: https://datatables.net/reference/option/columns.dataThank you for your help. Much appreciated. Managed to resolve this.