File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212| is-horizontal-resize | 是否开启横向自适应(开启后会随着窗口改变而改变、根据表格宽度自动填充),注意需要设置` style="width:100%" ` | boolean | — | false |
1313| is-vertical-resize | 是否开启纵向自适应(开启后会随着窗口改变而改变、根据表格高度自动填充)| boolean | — | false |
1414| vertical-resize-offset | 垂直自适应的偏移量,一般是表格下方有分页时会用到,使其成为自适应的一部分 | number | — | - |
15+ | table-bg-color | 表格背景颜色 | string | — | #fff |
1516| title-bg-color | 表头背景颜色 | string | — | #fff |
16- | odd-bg-color | 表格体奇数行颜色 | string | — | #fff |
17- | even-bg-color | 表格体偶数行颜色 | string | — | #fff |
17+ | odd-bg-color | 表格体奇数行颜色 | string | — | |
18+ | even-bg-color | 表格体偶数行颜色 | string | — | |
1819| multiple-sort | 是否开启多列排序| boolean | — | true |
1920| table-data | 表格数据集合 | - | — | array |
2021| columns | 列的集合。具体参考columns | array | — | — |
2425| error-content-height | 表体没数据时区域高度 | number | — | 50px |
2526| is-loading | 是否正在加载,异步请求结束要显示的设置false | boolean | — | false |
2627| loading-content | 加载时的内容 | html/string | — | loading 效果 |
27- | row-hoverColor | 表格体行浮动背景色 | string | — | - |
28+ | row-hover-color | 表格体行浮动背景色 | string | — | - |
2829| row-click-color | 表格体行点击后的背景色(行高亮) | string | — | — |
2930| show-vertical-border | 是否显示垂直border,false 时列拖动失效 | boolean | — | true |
3031| show-horizontal-border | 是否显示横向border | boolean | — | true |
You can’t perform that action at this time.
0 commit comments