Hi, I am using a table to display some data. Now I want to quickly search/filter based on several/all columns at once.
For example: I have columns like name, familyname, birthname, etc. And I want to find rows where SEARCHQUERY is in any of those fields.
I can not resend the query to my API since it doesnt support a useful WHERE condition
I looked at the filter component Filter | Retool Component Library but it seems I cannot configure it in any way that would help me with this use case.
Any ideas are appreciated!