1.0.67 • Published 6 years ago

vbl-table v1.0.67

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

vbl-table

表格

API

props

名称类型默认描述
columnsArray[]表头,比如:{name: 'num', text: '数量', width: '50'},...,width单位%
rowsnull表内容,比如:{num: 1},...,使用时初始化null可绕过为空判断
orderArray[]表头排序字段
checkArraynull是否有多选,选择默认
selectnull是否有单选,选择默认
moreBooleanfalse是否有更多
widthString/Number表格宽度(单位px)

events

名称参数描述
toggleMoreshow, row, index折叠时调用

slot

名称参数描述
表字段row, index自定义单元格
morerow, index自定义更多