中文
主题
props.fixedMode 即可使 table-layout 为 fixed
props.fixedMode
为了实现一列宽度固定,其余列平分的场景,我们需要借助原生 table-layout: fixed 的列宽等分的行为。
WARNING
此模式仅生效 StkTableColumn['width']
StkTableColumn['width']
多级表头场景下,子列声明的 width 同样会生效。父列宽度为其所有子列宽度之和。
width