2021-03-18
- fix: table header broken when scroll do not have the data. #595
2021-03-11
- fix: Let width go when scroll do not have the data. #594
2021-01-28
- fix: Cannot read property 'scrollLeft' of null.
2021-01-27
- feat: use ReadonlyArray in props. #574
2020-12-25
- chore: bump rc-resize-observer.
- chore: Fix table warning. #566
2020-12-12
- fix: resolve no date header width when sticky. #564
2020-12-08
- chore: fix build css lost.
2020-12-08
- docs: use dumi. #558
2020-11-25
- fix: ping left right in rtl. #556
Middle check in releases.
- Rewrite in typescript
- Fix
scroll={{ x: 'max-content' }}not working.
- Add
tableLayout, could be set tofixed: https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout - Add
column.ellipsisto ellipsize cell content.
- Show icon if using
expandIconeven ifexpandRowByClickis set
- Fixed Table header extra vertial scrollbar style.
- Add internal interface for col definition.
- Revert 112346 since too many edge cases.
- Fixed header will read cell width from body.
- Add
expandedas the fourth parameter toexpandedRowRender.
- Refactor.
- Allow override default examples.
- Add Table[onRow] and column[onCell].
- Add column[align].
- Better empty data style for fixed-columns Table.
- Add
onRowContextMenu
- Add
onRowMouseEnter,onRowMouseLeave.
emptyTextsupport React.Node
- Remove props
columnsPageSizeandcolumnsPageRange, use fixed columns instead. - Add prop
onRowDoubleClick. - Improve perfermance when expand row.
Add prop emptyText.
Add indent as third argument to rowClassName rowRef expandRowClassName。
Add original event param for onRowClick
Add expandRowByClicky prop, allow expanding the row by clicking it.
Fix ant-design/ant-design#2729
Fix ant-design/ant-design#2625
- Improve row and cell render perfermance.
- Fix row expand of key 0 record. (ant-design/ant-design#2471)
- support
rowKey="uid"
- Header can be scroll in fixed-columns Table
- Support nested string of
dataIndex - Fix fixed Table with expand row
- Support fixed columns
- Add
scrollprop - Add
defaultExpandAllRowsprop - Add
onExpandprop - Add
rowRefprop
- Add prop
showHeader - support render footer via
footer={() => <div>xxx</div>}
- Add prop expandIconColumnIndex
- support pinned and paging columns.
- Add
onRowClick
- Add
childenIndent
- add defaultExpandedRowKeys/expandedRowKeys/onExpandedRowsChange prop
- Add colSpan and rowSpan support
- support react 0.14
- add expandIconAsCell prop