- Bugfix: Fixed an issue that exceeded the maximum update depth
- Feature: Add an optional onRowContextMenu property
- Feature: Add ColumnGroup
- Bugfix: Fix rsuite#1044
- Feature: Support
shouldUpdateScroll
on<Table>
- Bugfix: Improved to
children
compatible with complex structures.
- Bugfix: Fix the problem that the table header has no shadow.
- Bugfix: Fix the situation where the
affixHeader
cannot be applied to non-fixed columns.
- Bugfix: Fix
resizable
to be compatible withaffixHeader
- Feature: Support
onDataUpdated
on<Table>
- Improve: Improved
wordWrap
property for compatibility withrowHeight
.
- Bugfix: Fix the problem that the position will be reset after clicking the scroll bar
- Feature: Support affixHorizontalScrollbar on Table
- Bugfix: Fixed the problem that the scroll bar is not reset when the data is updated.
- Bugfix: Fixed the problem that the
resizable
property of the columns of the table would not work.
- Bugfix: Fixed incorrect scroll bar position when manually triggering the scroll method.
- Bugfix: Fixed table cannot adjust column width.
- Bugfix: Fixed misalignment of table header text.
- Feature: Added
expanded
parameter inrenderTreeToggle
. - Feature: Added support
treeCol
on<Column>
. - Chore: Migrate from Flow to Typescript.
- Breaking: Remove the
setRowHeight
property,rowHeight
supports function values.
- Fixed an issue where
scrollTop
would not work
<Table>
The "empty" status is not displayed by default when loading
- Fix RTL related bugs #121
- Improve the performance of virtualized table #120
- Added support for css import #118
- Fixed the
affixHeader
feature, which does not hide the table header when the scrolling range is outside the Table body #109 - Added support for RTL #101
- Fix #114 #116
- Fix move scrollbar issues #106
- Support for
affixHeader
on<Table>
- Fix _constants is not defined #103
- Added support for RTL #101
- Fixed scroll position after data update #100
- Fixed a rendering error when the column in the table was null #99
- Fixed a problem with scrolling white screen after changing height #97
- Fixed component not re-rendered after
sortType
update. - Fix the position of the scroll bar when the height of the table changes
- Fix validation of merged cells for custom children
- Fixed an issue where the scrollbar position was not updated after the data was updated
- Fix
expandedRowKeys
not controlled (#90) - Support event parameter in
onRowClick
(#89) - Custom function parameters in
<Cell>
supportrowIndex
(#88)
- Fix
expandedRowKeys
is invalid when rowKey is 0
- Fix: Unable to preventDefault inside passive event listener due to target being treated as passive
- Fixed a scrollbar being reset in the case of
virtualized
- Fixed scrollbar position not updated after data update
- Support
renderEmpty
andrenderLoading
on<Table>
- Support
verticalAlign
on<Table.Column>
- Fix: Unable to preventDefault inside passive event listener due to target being treated as passive
- Fixed a scrollbar event invalid on the internal elements of the table
- Fixed icon style problem with Table Tree
- Fixed invalid
autoHeight
property when table data is empty
- Fixed an error that occurred when the tree table word wrap
- Fix IE 10 compatibility issues
January 30, 2019
- Fixed a passively triggered onScroll event that caused the scrollbar to be misaligned
- Cache data for Tree
- Fix typos
January 23, 2019
- Fix dynamic column not updated
January 17, 2019
- Fix scrollbar position
January 17, 2019
- Support virtualized, effectively render large tabular data #55
January 9, 2019
- The
children
property support function for<Cell>
in<Table>
January 3, 2019
- Support fixed column to the right
December 29, 2018
- Support fixed column to the right
- Support server side rendering
- Refactored the logic of sorting
- Feature: Support
rowClassName
on Table - Feature: Support
defaultSortType
on<Table>
and letsortType
be controlled - Chore: Update element-resize-event
- Bugfix: The scroll bar is not reset after the column has changed
- Bugfix: Column Widths change affects the scroll bar ([#rsuite-224])
- Bugfix: The default value of
sortType
on<Table>
should bedesc
([#40])
- Bugfix:
flexGrow
is invalid when there is only one column ([#39])
- Feature: Support
onResize
on<Table.Column>
([#37]) - Bugfix: The scrollbar position is reset when the data is loaded ([#36])
- Chore: Migrated to new lifecycle method
- Chore: filter the ref value of
null
fortableRows
([#33])
- Chore: Remove dependency for
rsuite-theme
([#32])
2018-7-3
- Feature: Support
showHeader
on<Table>
([#30]) - Feature: Support
autoHeight
andminHeight
on<Table>
([#29]) - Feature: Support
cellBordered
on<Table>
([#28])
2018-6-26
- Feature: Support
loadAnimation
on<Table>
([#27]) - Bugfix: The position was updated incorrectly when the scrollbar was clicked on
<Table>
([#26])
2018-6-25
- Chore: Allowed header height can be 0 ([#25])
- Chore: Update style for loading ([#25])
- Bugfix: Set minimum height for table body ([#24])
2018-6-10
- Support
bodyRef
on<Table>
([#23]) - When the height of the content is updated, reset the scroll bar position ([#22])
- Update shouldComponentUpdate check
- 修复多个 bug
- 修改 renderTreeToggle
- 支持
bordered
属性 - 支持
treeToggle
和treeToggleBy
属性 - 支持 touch events
<Column>
支持colSpan
属性, 可以合并列单元格- Scrollbar 支持点击滚动到指定位置
- 更新
rsuite-theme
, 解决分页按钮禁用样式问题
- 升级 React 版本 15.* ,同时兼容 0.14.9 版本
- 删除 Minxin, 改用高阶组件
- 改进表格许多性能问题
- 添加了对
loading
状态的支持 - 添加了
编辑的表格
的示例
- 自定义滚动条代替系统原生滚动,大幅提高了滚动表格时候的性能
- Column 设置默认宽度为 100
- 修复,在 Column 是 null 时候报错
- 修复,在动态列时候 flexGrow 值无效