react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

Added options for enableVirtualization

Open apcqa opened this issue 3 months ago • 1 comments

Changed type of enableVirtualization property on DataGrid to accept either a boolean, undefiend or a VirtualizationOptions object which allows the user to enable or disable virtualization for rows and or columns and also specify the overscan threshold for rows (default 4).

Change maintains compatibility with existing boolean type and defaults.

Fixes #3619

apcqa avatar Sep 25 '25 11:09 apcqa

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 25 '25 11:09 CLAassistant