You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Table): include padding in auto-fit column width (#6876)
* Fix column width calculation to use header cell
Updated autoFitColumnWidth to calculate the header cell width using the <th> element directly instead of querying for a child span. This ensures more accurate column width fitting when including the header.
* refactor: 更改计算 theader 宽度逻辑
---------
Co-authored-by: Argo Zhang <[email protected]>
0 commit comments