# element-table-loadmore

> element-ui table loadmore

Latest version **1.0.0** (published 2020-03-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install element-table-loadmore
pnpm add element-table-loadmore
yarn add element-table-loadmore
bun add element-table-loadmore
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-03-09 |
| First published | 2020-03-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | wangxiaofeng |
| Maintainers | vipwangxiaofeng |

## Links

- npm: https://www.npmjs.com/package/element-table-loadmore
- npm.io page: https://npm.io/package/element-table-loadmore

## Recent versions

- 1.0.0 (latest) — 2020-03-09

## README

> vue指令 v-elTableScrollLoad 用来完善element-ui的table组件滚动加载

```
<!-- 使用table需设置max-height或height -->
<el-table
  v-elTableScrollLoad="{ 
    load: load, 
    loadEnd: tableloadStatus,
    loadingText:'loading...'
    loadendText:'no more'
  }"
  :max-height="scrollHeight"
  :data="tableData"
>
</el-table>
```
> 指令配置说明
```
 v-elTableScrollLoad="{ 
  load: load, // 加载数据回调函数 必填
  loadEnd: tableloadStatus, // 是否加载完成标志 Boolean 必填
  loadingText:'loading...' //  加载中文字  string 非必填
  loadendText:'no more'  //   加载完成文字  string 非必填
}"
```

---
_Source: https://npm.io/package/element-table-loadmore · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
