# el-search-table-pagination
**Repository Path**: codeChenZ/el-search-table-pagination
## Basic Information
- **Project Name**: el-search-table-pagination
- **Description**: 🐶Combines Form, Table and Pagination components of Element UI together.
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-05-13
- **Last Updated**: 2021-08-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Element search table pagination






[](https://nodei.co/npm/el-search-table-pagination/)
> Combines Form, Table and Pagination components of [Element UI](https://github.com/ElemeFE/element) 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.

[See the code of the **Screen shot**](#quick-start)
## Install
```
$ npm i --save el-search-table-pagination
```
## Demos
See demos of [**Local Data**](https://codepen.io/zollero/pen/wPRqYX) and [**Remote Data**](https://codepen.io/zollero/pen/xPmXBp) on **CodePen**.
## API
[API](./docs/en_US.md) | [中文API](./docs/zh_CN.md)
## Quick Start
Import modules and set up settings in `main.js`:
```js
import Vue from 'vue'
import ElSearchTablePagination from 'el-search-table-pagination'
// Default use axios as HTTP tool
Vue.use(ElSearchTablePagination)
// or set a custom HTTP tool
import axios from 'axios'
Vue.use(ElSearchTablePagination, {
axios
})
```
> Use this package to show **remote** data in a page:
```vue
```
And the Test page is the image above.
> Use this package to show **local** data in a page:
```vue
```
## LICENSE
MIT