-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(table): 修正动态列变化时,表头的宽度和高度更新问题 (#3557)
* fix: 🐛 修正计算总列宽时,重复叠加计算子表头宽度的问题 * fix(table): 在提供列配置选项时,默认只提供叶子列作为配置选项,作为最细粒度配置的方式 * fix(table): 修正动态列变化时,表头的宽度和高度更新问题 * fix(table): 修正错误的 ref 用法
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 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
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