Checkbox Filter
Checkbox Filter
CryptoStat
Posts: 2Questions: 2Answers: 0
Hey!
First time user of dataTables and got to say I love it
Got a problem I'm trying to figure out so any help would be greatly appreciated
I got a table setup on this site:
cryptostat.org
However, I would love a checkbox button that would be [ ] volume over 500 for example and will only display volume over 500 while still allowing for search and asc/desc order of other columns
Kind regards
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Even though this example shows how to use regex searching the fundamentals would be the same:
https://datatables.net/examples/api/regex.html
You could have an event for your checkbox and call a function to perform the column search for > 500 or whatever is desired.
Kevin