What's Changed
- Column Resizing performance improvements by switching to CSS vars for column widths and memoizing the table body during resizing by default
columnResizeMode
now defaults to"onChange"
instead of"onEnd"
- Allow for column sizes to not grow if flex grow is disabled when layoutMode is
"grid"
- Get rid of table row hover transition time for better UI.
- Update zh-Hant.ts by @bluelovers in #361
New Contributors
- @bluelovers made their first contribution in #361
Full Changelog: v1.6.6...v1.7.0