adazzle / react-data-grid

Feature-rich and customizable data grid React component
https://adazzle.github.io/react-data-grid/
Other
6.99k stars 2.18k forks source link

Double-click or click and drag to set filter values? #2048

Closed biocyberman closed 3 years ago

biocyberman commented 4 years ago

Been searching for a while but haven't found it, therefore I am sorry if this has been asked before. What I want: when the table/grid has filter rows enabled, besides typing values in to the input boxes on top of each column, is there a way to double click or click and drag a cell value to the input boxes?

nstepien commented 3 years ago

We do not support filters anymore. We suggest implementing custom filter rows yourself with custom formatters and row types.