Filter data on click of a button outside dataTable?
Filter data on click of a button outside dataTable?
In a table I highlight cells depending on content. If the content of a cell matches given criteria, a new css class is added to the cell.
In the real table I have more complex criteria and 4 in total but I made a fiddle with two simple ones to illustrate: http://jsfiddle.net/Ye5vp/3/
Is it possible to use a button outside the dataTable to filter the rows within the table so the table only shows rows with the highlighted cells?
Thanks for helping,
Hans
In the real table I have more complex criteria and 4 in total but I made a fiddle with two simple ones to illustrate: http://jsfiddle.net/Ye5vp/3/
Is it possible to use a button outside the dataTable to filter the rows within the table so the table only shows rows with the highlighted cells?
Thanks for helping,
Hans
This discussion has been closed.