Element search table pagination
Combines Form, Table and Pagination components of Element UI together. Based on Vue 2.x.
You can use this package to show local and remote list data in table with search form and pagination.
Install
$ npm i --save el-search-table-pagination
Quick Start
Import modules and set up settings in main.js
:
Use this package to show remote data in a page:
And the Test page is the image above.
Use this package to show local data in a page: