更新 table 的 expandedWidth 表头属性描述细节

pull/1323/head
贤心 2023-08-16 19:33:11 +08:00
parent ff355d681b
commit 8a56a32ec8
1 changed files with 10 additions and 0 deletions

View File

@ -75,6 +75,16 @@
设置当前列的最大宽度。其优先级高于基础属性中的 `cellMaxWidth`
</td>
<td>number</td>
<td>-</td>
</tr>
<tr>
<td>expandedWidth <sup>2.8.14+</sup></td>
<td>
设置单元格被展开后的宽度,默认取表格容器的三分之一宽度。若设置的值的小于当前列宽,则展开后的列宽保持不变。
</td>
<td>number</td>
<td>-</td>