Review performance of column adds/removes + useVirtualColumns
default for grids with many columns
#3903
Labels
useVirtualColumns
default for grids with many columns
#3903
Grids with a large number of columns can have noticeably poor performance when adding or removing many columns at once via the column chooser, or by loading saved state via ViewManager.
We should:
useVirtualColumns: false
. Refresh our memory as to any downside to always enabling, consider printing a console warning for devs if not enabled and colCount > threshhold, or have the grid auto-adjust the default based on colCount.(Filed as follow-up to Slack chat in #hoist on 2025-01-15)
The text was updated successfully, but these errors were encountered: