@leiyin/el-data-table
v1.2.6
Published
Base on element-ui, Auto requesting by `axios`, supports pagination, tree data structure, custom search, custom operation column
Downloads
16
Maintainers
Readme
@leiyin/el-data-table
Introduction
使用axios自动发送请求,支持树形结构,支持分页,支持自定义查询, 自定义操作列, 让table列表更简单
全局注册
import ElDataTable from "@leiyin/el-data-table"
Vue.component('el-data-table', ElDataTable)
Feature
- 只需进行 json 配置,即可实现table列表的渲染
- 自带分页逻辑
- 可扩展自定义列按钮,以及自定义操作函数