-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Use case
Would be nice if there was integrated full search / filtering support, rather than having to develop such separately.
Proposed solution
Something like this:
https://www.ag-grid.com/react-data-grid/filter-quick/
AG Grid supports a zillion things, many of which are not needed in a small project. But almost every data grid "should" have a search field. (And because of virtualization, the Ctrl + F in-browser search won't work.)
vallamost