Filtering

Column Quick Filter

A quick filter lets you search across multiple columns using a single text value. LyteNyte Grid keeps rows that match your search term in any eligible column and filters out the rest.

Applying a Quick Filter

Apply a quick filter by setting the filterQuickSearch value on the grid state. LyteNyte Grid will use this value to filter your data across columns.

Only columns with filterSupportsQuickSearch set to true participate in quick filtering. By default, LyteNyte Grid uses the column's field value for searching. For non-text values, set the quickSearchField property on a column to provide an alternative searchable value.

Quick Filter
TODO

The quick filter intelligently handles case sensitivity. If your search term contains only lowercase characters, LyteNyte Grid performs a case-insensitive search. If your search term includes any uppercase letters, the search becomes case-sensitive.