1.4 KiB
zh-CN
对于列数很多的数据,可以固定前后的列,横向滚动查看其它数据,需要和 scroll.x
配合使用。
若列头与内容不对齐或出现列重复,请指定固定列的宽度
width
。如果指定width
不生效或出现白色垂直空隙,请尝试建议留一列不设宽度以适应弹性布局,或者检查是否有超长连续字段破坏布局。建议指定
scroll.x
为大于表格宽度的固定值或百分比。注意,且非固定列宽度之和不要超过scroll.x
。
注意:v4 版本固定列通过 sticky 实现,IE 11 会降级成横向滚动。
en-US
To fix some columns and scroll inside other columns, and you must set scroll.x
meanwhile.
Specify the width of columns if header and cell do not align properly. If specified width is not working or have gutter between columns, please try to leave one column at least without width to fit fluid layout, or make sure no long word to break table layout.
A fixed value which is greater than table width for
scroll.x
is recommended. The sum of unfixed columns should not greater thanscroll.x
.
Note: v4 using sticky to implement fixed effect. IE 11 will downgrade to horizontal scroll.