-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2699 from XiaoMi/feature/table
feat(table): 表格功能迭代&优化
- Loading branch information
Showing
22 changed files
with
871 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
feat(table): add fixed and rowClassName api | ||
feat(table): SettingDrawer 增加 extraHeader extraFooter itemRender api | ||
feat(table): SettingDrawer 支持配置列是否禁止拖拽 | ||
fix(table): 修复resize模式下多选时宽度被重置问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@hi-ui/table": minor | ||
--- | ||
|
||
feat: add fixed and rowClassName api | ||
feat: SettingDrawer 增加 extraHeader showCheckAll itemRender api | ||
fix: 修复边框模式下样式问题 | ||
feat: SettingDrawer 支持配置列是否禁止拖拽 | ||
fix: 修复resize模式下多选时宽度被重置问题 | ||
fix: 修复树形表格节点图标没有对齐问题 | ||
fix: 修复虚拟表格边框样式问题 | ||
fix: 修复虚拟表格下双滚动条问题 | ||
fix: 修复虚拟表格下size和maxHeight失效问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.