# cus-table
**Repository Path**: dongge/cus-table
## Basic Information
- **Project Name**: cus-table
- **Description**: a-table 简单表格
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-04-14
- **Last Updated**: 2022-04-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# cus-table | 使 antd vue table 组件更简单
## 文档
- [官网 - 使用文档](https://gitee.com/dongge/cus-table.git/)
## 特性
该组件的思路就是以一个 table 对象来做所有的操作, crud 集中管理,更加简单明了。
- 保持灵活性,不破坏antd的任何属性,极简的思想,更少的代码,更多的功能,更快速的开发
- 支持 antd vue 组件的所有 api, slot, event, method
- 纯数据配置
- 集成分页组件
## todo
- 全局配置 (分页参数key指定 共有columns属性复用等)
- 虚拟滚动
- actions字段支持动态项及对应事件操作
## 安装使用
`npm install acus-table --save`
### 如此简单
```html
```