mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
* Prevent transitions while resizing for a smoother effect. * Disable text selection when resizing columns * Use PivotValueComponent instead of pivotRender * Add changelog file
731 B
731 B
6.0.0
- Pivot Columns can now be sorted and filtered individually.
- More control over Pivot Column rendering.
- Prevent transitions while column resizing for a smoother resize effect.
- Disable text selection while resizing columns.
Breaking API Changes
- Removed
pivotRendercolumn option. You can now control how the value is displayed by overriding thePivotValueComponent. - Changed how special
expander: truecolumn renders pivot columns. See Pivoting Options Story for a reference on how to customize pivot column rendering.