inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.44k stars 57 forks source link

Stacking columns breaks column virtualization #353

Open dsong127 opened 1 year ago

dsong127 commented 1 year ago

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 commented 1 year ago

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