Help with custom SearchPane on column with comma-separated values
Help with custom SearchPane on column with comma-separated values

I am having a dilemma where I have data in one column that consists of a string of comma-delimited values (not an object array). I was able to create a custom SearchPane using the options function with a list of all the unique or distinct values in this column with no problem. But I am not able to produce the equivalent function that will return filters where each unique value appears in the column. And I have tried using rowData[rowIdx].includes() to no avail. See picture below:
Can anyone help me? I can't seem for the life of me to get the custom options function correct at all.
Answers
You posted the same thread here - please don't duplicate threads.
Colin