We have a table for a list of workshops, including their date. Is it possible to filter the rows by date compared to 'today' and have a checkbox to remove the filter?
Default/Init would be filtered: Show only rows with date in the future.
A checkbox would make it possible to remove the filter: Show ALL rows (= all workshops), even the ones with date in the past.
At this moment this could be done with conditional formatting functionality - Documentation. There you can set CSS class on every row that has date lower than today and CSS rule "display:none" to that class. After that you need to add one button which will remove that CSS rule on click and show all the rows.
We have customer support which will gladly help you with plugin functionality usage. You also have option to hire one of our developers to extend plugin functionality if your request is out of scope of included support
For testing purpose we have sandbox website where you can see and test all plugin functionalities
Hi!
We have a table for a list of workshops, including their date. Is it possible to filter the rows by date compared to 'today' and have a checkbox to remove the filter?
Default/Init would be filtered: Show only rows with date in the future.
A checkbox would make it possible to remove the filter:
Show ALL rows (= all workshops), even the ones with date in the past.
Thanks!
Tinu
Hi Tinu,
Thank you for your inquire.
At this moment this could be done with conditional formatting functionality - Documentation. There you can set CSS class on every row that has date lower than today and CSS rule "display:none" to that class. After that you need to add one button which will remove that CSS rule on click and show all the rows.
We have customer support which will gladly help you with plugin functionality usage. You also have option to hire one of our developers to extend plugin functionality if your request is out of scope of included support
For testing purpose we have sandbox website where you can see and test all plugin functionalities
sandbox.wpdatatables.com
username: demo
password: demo