I’ve looked over the API documentation but haven’t found what I’m looking for.
I will need a filter row (text area for user to enter search term), but instead of filtering that specific column, it needs to filter based on an external criteria mapped to that row.
For example if i have
*
Column Person
Row 1 = Bob
Row 2 = John
*
on Column Person I have a filter row, and If I search the term “married”, It should display Bob because in my backend I have Bob’s marriage property set as married.
Awful example but hopefully my idea comes across clearly. Is it possible to filter based on external criteria?