reactdatagrid icon indicating copy to clipboard operation
reactdatagrid copied to clipboard

Stacking columns breaks column virtualization

Open dsong127 opened this issue 2 years ago • 1 comments

  • Edition/Version: [email protected]

  • What you did: Created stacking column headers using groups

  • What happened: Column virtualization does not work

  • Reproduction repository: Sandbox using the doc example for stacking columns: https://codesandbox.io/s/jovial-brown-8mxzhy?file=/src/App.js

Problem description: My table requires around 100 columns. I've found that having grouped headers is causing the table to load and render all columns into the DOM. Not sure if it's having grouped headers or not having column virtualization, but this causes cell selection/ editing to be really slow.

With stacked headers: image

Without stacked headers: image

dsong127 avatar Mar 09 '23 16:03 dsong127

Any suggestions for workaround? Also please let me know if I'm missing something

dsong127 avatar May 06 '23 17:05 dsong127