I dont know if this is possible but what I would like to do is show a filter list that the user can check to see whatever values they would like. So when you click on the search bar and the filter icon shows up, you can click on whatever field is searchable.
When you click on the field you want to sort by I get a blank search box.
What I would like is a check box of the values that are in the field, it would look like this
So you can check whatever criteria you want to be shown. Do you I have to change the field type or is there some code that will achieve this? Thank you in advance!
Yes they are set as searchable, what I am looking for when I do a search I would like a checkbox for each value in the column rather than a blank search box.
Right now the column type is set to Text and might be problematic if I change it since it is referenced in so many places. I will try it and let you know