Server-Side Row Model - Searching
Summary
- Quick Search when using the Server-Side Row Model, using bespoke AdapTable functionality
- A few features (such as recyling results) are missing
When using the Sever-Side Row Model, you can still use the AdapTable Quick Search functionality.
However, this uses bespoke searching functionality, rather than act as a wrapper around AG Grid Find (which is what happens in the Client-Side Row Model).
Note
The reason for this is that AG Grid's Find does not work in the Server-Side Row Model
As a result, one of the features of Quick Search - the ability to "cycle" through matching cells - is not available.
Likewise only the Cell Matching Style (and not the 2 Text Matching Styles) is used.
SSRM - Searching
- In this example we run a Quick Search on "mi" - and all matching cells are highlighted
- As we scroll down the grid and new data comes into view it is also highlighted