Help with custom SearchPane on column with comma-separated values

Help with custom SearchPane on column with comma-separated values

tfrancoistfrancois Posts: 9Questions: 2Answers: 0

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

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    You posted the same thread here - please don't duplicate threads.

    Colin

This discussion has been closed.