表格高度控制
基础用法
| 功能 | 属性 | 值 | 说明 |
|---|---|---|---|
| 固定高度 | :height | 纯数字 | 默认单位为px |
| 最大高度 | :max_height | 纯数字 | 默认单位为px |
示例如下:
<yui-table
:rowData="rowData数据对象"
:headerData="headerData数据对象"
:controlAtrr="controlAtrr数据对象"
:height="300"
:max_height="700"
>
</yui-table>
注意事项
height 和 max_height 同时设置时,max_height失效
