I want a filter to one of the columns with a multiple checkbox list. Is this possible?
Yep, you could do something along the lines of this example. Here, it gets the unique values in an array and populates a drop down. Instead of the drop down, you could use those values to dynamically create a set of checkboxes.
Hope hat helps,
Cheers,
Colin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Yep, you could do something along the lines of this example. Here, it gets the unique values in an array and populates a drop down. Instead of the drop down, you could use those values to dynamically create a set of checkboxes.
Hope hat helps,
Cheers,
Colin