Using fnFilter on hidden data
Using fnFilter on hidden data
My project is going smashingly thanks for DataTables, Alan!
So I've successfully got a drop down select working and the fnFilter applied and tested it out looking for strings. My table of data is information on form submissions and the first column is a small red or yellow dot to designate if the submission was successfully made or failed. What I want my filter to do is to search for rows either with the green (Good) or yellow (Bad) dot in them.
Thus, I need fnFilter to apply to something beside a string. It could be hidden data in the cell. Title, class, etc...
Do you have any suggestions on how to go about doing this?
So I've successfully got a drop down select working and the fnFilter applied and tested it out looking for strings. My table of data is information on form submissions and the first column is a small red or yellow dot to designate if the submission was successfully made or failed. What I want my filter to do is to search for rows either with the green (Good) or yellow (Bad) dot in them.
Thus, I need fnFilter to apply to something beside a string. It could be hidden data in the cell. Title, class, etc...
Do you have any suggestions on how to go about doing this?
This discussion has been closed.
Replies
Allan