Autodesk / react-base-table

A react table component to display large datasets with high performance and flexibility
https://autodesk.github.io/react-base-table/
MIT License
1.5k stars 164 forks source link

Move resizing line without affecting the column width #313

Open dohoangtung opened 3 years ago

dohoangtung commented 3 years ago

Hi,

My table contains more than 20 columns, and using the current column resizer solution (https://autodesk.github.io/react-base-table/examples/resizable) lead to performance issue, especially for large screen (32inch vs 2k resolution). I wonder if there is a way to only move the resizing line and update column width when onColumnResizeEnd (mouse released), Please help.

Thanks

nihgwu commented 3 years ago

Sorry I don't think it's possible with current implementation, not sure if it's achievable if you render the ColumnResizer by your own