adazzle / react-data-grid

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

Option to enable/disable Virtualization Headers #3342

Open holospice18 opened 1 year ago

holospice18 commented 1 year ago

Use case

I have filtered grid, basic Input for header filter with Virtualization enabled.

Filter is reset or input text gone whenever I set filter on column then scroll to left or right where filtered column will be hidden from viewport.

Proposed solution

As of now Virtualization affects all cell. It might be good to have option to enable it on selected target. Ex. enableVirtualization = {both | header | row}

totraev commented 10 months ago

@holospice18 Here is a PR with this feature https://github.com/adazzle/react-data-grid/pull/3421

amanmahajan7 commented 11 hours ago

Looks like the PR was closed. Is this feature still needed?