react-data-grid
react-data-grid copied to clipboard
Added options for enableVirtualization
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