1.0.0 • Published 2 years ago

batch-edit-table v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

batch-edit-table

A vue.js project for batch editing table data

Build Setup

install

npm install batch-edit-table ​

use

​`

// main.js import batchEditTable from 'batch-edit-table'

Vue.use(batchEditTable)

​`

参数说明类型可选值默认值
showIndex默认展示序号Booleantrue
showCheckbox默认展示选择框Boolean-true
showOperate默认不展示操作列Booleanfalse
showPagination默认展示分页Booleantrue
showChildCheckbox根据子集列展示选择框Booleanfalse
propList列属性Array[]
tableData表格数据Array[]
total表格数据总条数Number0
notSplitCellPropList不拆分单元格属性Array[]
childName子数据字段名String'children'
isLoadingBooleanfalse
paginationConfig分页配置Object{pageSize:25,pageNum:1}

propList 配置项: | 参数 | 说明 | 类型 | | -------------------- | -------------------- | ------- | | label | 名称 | String | | prop | 属性名 | String,当值为 childCheckbox 展示子数据多选框列 | | isShowBatchEdit | 是否展示编辑按钮 | Boolean | | width | 宽度 | String |

event | 事件名 | 说明 | 类型 | | -------------------- | -------------------- | ------- | | childSelection | 子数据选中事件 | | | sizeChange | 分页事件 | | | columnIconClick | 列表中编辑按钮点击事件 | |

1.0.0

2 years ago