rsuite-table v5.0.0-beta.1 Release Notes

Release Date: 2021-09-16 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • affix: fix scrollbar not re-rendering after data update (#237) (5a759d6)
    • autoHeight: fix the extra scroll bar width after autoHeight (#236) (3ef47cb)
    • Cell: fix that the content cannot be styled through style (#234) (7823adb)
    • Cell: fix the problem that style padding value is overwritten (#238) (8b307c2)
    • some props of TableProps should be optional. (#240) (f8bf9c8)
    • table: fix scroll listener not updated after data update (#242) (75aef50), closes #239

    ๐Ÿ”‹ Features

    • ColumnGroup: support groupHeaderHeight on <ColumnGroup> (#235) (680035a)
    • column: support rowSpan on <Column> (#243) (a6e08c2)
    • Table: refactor: use react hooks to refactor Table. (#232)
    • icons: refactor(icons): replace all icon with @rsuite/icons. (#180)
    • resize: honor minWidth setting when resizing columns. (#201)