# oa-table-list

> oa-table-list组件

Latest version **1.0.92** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install oa-table-list
pnpm add oa-table-list
yarn add oa-table-list
bun add oa-table-list
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 1.0.92 |
| Published | 2026-09-24 |
| First published | 2021-12-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 (+24 in 2 direct dependencies) |
| Install scripts | no |
| Author | delehei |
| Maintainers | delehei |

## Links

- npm: https://www.npmjs.com/package/oa-table-list
- npm.io page: https://npm.io/package/oa-table-list

## Dependencies (3)

- [vue](https://npm.io/package/vue.md) 2.6.12
- [axios](https://npm.io/package/axios.md) ^0.21.1
- [sortablejs](https://npm.io/package/sortablejs.md) ^1.13.0

## Recent versions

- 1.0.92 (latest) — 2026-09-24
- 1.0.91 — 2025-12-01
- 1.0.88 — 2025-03-07
- 1.0.87 — 2025-03-05
- 1.0.86 — 2024-12-24
- 1.0.85 — 2024-11-14
- 1.0.84 — 2024-11-01
- 1.0.83 — 2024-08-22
- 1.0.82 — 2024-05-21
- 1.0.81 — 2024-05-08
- 1.0.80 — 2024-04-24
- 1.0.79 — 2024-04-24
- 1.0.78 — 2024-02-01
- 1.0.77 — 2024-02-01
- 1.0.76 — 2024-02-01
- … 97 more at https://npm.io/package/oa-table-list/versions

## README

# oa-table-list

> oa-table-list组件

## Build Setup

``` bash
# install dependencies
npm install oa-table-list --save

```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).

## Usage
``` bash
# in main.js
import OATableList from 'oa-table-list';
Vue.use(OATableList);
# in <template>
<oa-table-list header-color="#409EFF" header-text-color="#ffffff" checkable :button-group="buttonGroup" :labels="labels" url="get/my-data"></oa-table-list>
```

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