pagination-table:基于element-ui的插件集成分页

时间:2021-05-16 17:25:39
【文件属性】:
文件名称:pagination-table:基于element-ui的插件集成分页
文件大小:60KB
文件格式:ZIP
更新时间:2021-05-16 17:25:39
Vue 基于 ElementUI-Table 构建的可分页表格 表格列通过使用配置呈现不同的功能,可支持自定义列、v-html、formatter 等功能,表格具备分页功能,可以通过配置开关该功能。 开始使用 1、使用 webpack 构建。 请确保在使用该组件之前,项目已正确配置 Element-UI 安装插件 npm install pagination-table —S 注册插件 import TablePagination from "pagination-table"; Vue.use(TablePagination); 基本使用 <scrip
【文件预览】:
pagination-table-master
----.gitignore(308B)
----package.json(1KB)
----package-lock.json(193KB)
----src()
--------table-column-helper.js(589B)
--------default-config.js(1KB)
--------index.js(372B)
--------table-column.vue(4KB)
--------table.vue(9KB)
--------table-column-wrapper.vue(2KB)
----postcss.config.js(195B)
----build()
--------webpack.config.js(2KB)
----LICENSE(1KB)
----types()
--------index.ts(5KB)
----.browserslistrc(21B)
----.eslintrc.js(353B)
----README.md(9KB)
----.eslintignore(14B)
----babel.config.js(406B)
----test()
--------libs()
--------index.html(5KB)
----.editorconfig(986B)

网友评论