Is there a way to Client side filter a grid on multiple columns? As an example, say I have two columns; Title & Description. If I have a textbox where someone can enter a filter term I want to be able to use that serch term on both columns in an OR fashion to accomplish the following
search where title OR description contains search_term
I see that the GridTableView has a filter function but it appears to only filter a single column.
search where title OR description contains search_term
I see that the GridTableView has a filter function but it appears to only filter a single column.