0.0.1 • Published 3 years ago
vue3-scroll-table-lsq v0.0.1
1. ScrollTable
ScrollTable ,它是一个支持自动纵向循环滚动的表格。
1.1 props 属性
名称 | 类型 | 描述 | 默认值 |
---|---|---|---|
list | array | 表格的数组数据 | [] |
columns | array | 表格列的数组数据 | [] |
stripe | Boolean | 是否斑马线 | true |
limitScrollNum | int | 开始滚动的最小条数 | 5 |
step | number | 滚动速度 | 0.5 |
copyNum | int | 列表复制数据的份数 | 1 |
isScroll | Boolean | 是否开启自动滚动 | true |
1.2 columns 属性
名称 | 类型 | 描述 | 默认值 |
---|---|---|---|
label | string | 表头文字 | |
prop | string | 对应列内容的字段名 | |
width | string | 列宽 |
1.3 slot 插槽
名称 | 描述 |
---|---|
prop | columns 中的 prop 对应一个插槽,内置有 column,row,index 数据 |
1.4 events 事件
名称 | 描述 |
---|---|
rowClicked | (row)=>{} |
0.0.1
3 years ago