react-data-grid
react-data-grid copied to clipboard
Option to enable/disable Virtualization Headers
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}
@holospice18 Here is a PR with this feature https://github.com/adazzle/react-data-grid/pull/3421
Looks like the PR was closed. Is this feature still needed?
Closing due to inactivity