Filter on column containing checkbox
Filter on column containing checkbox
Each row of my table has some form elements - for a specific column containing a checkbox, I would like to filter a column to show only the rows where the checkbox is checked or unchecked. right now I am using a nasty hack - I use the ColumnFilter plugin, and create a filter on "C"heck and "U"ncheck. Each checkbox has an invisible span in front of it that contains "C" or "U" and this is updated when the checkbox changes state. I'm hoping there is a cleaner way to do it, but I havent' come up with anything yet.
Thanks,
Thanks,
This discussion has been closed.