So here’s my issue. I have a table with a multi-select column. I created a filter control for that column. I have buttons that set that filter control so that people who aren’t familiar with Coda can easily filter the table.
One of those buttons is an “All” button. I had previously set the “All” button to set the value of the filter control to “Option 1, Option 2, Option 3, etc.” Now, however, some rows will have nothing in that multi-select column, and therefore would be hidden by the current “All” button.
On the filter control itself I can just select “Blank” in addition to the other items in order to filter the table appropriately. However, I can’t figure out a way to make the button set the filter control to this state. Any ideas would be appreciated.