# element-plus-table-ext
**Repository Path**: zhangaili08/element-plus-table-ext
## Basic Information
- **Project Name**: element-plus-table-ext
- **Description**: 基于vue3 element-plus 封装table功能
支持导出,打印,自定义字段编辑,支持表格转图标
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2023-12-07
- **Last Updated**: 2023-12-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 一、Vue组件表格文档
### 1. 功能介绍
Vue组件表格是一个基于element plus table 的表格封装组件,可以用来显示排序、过滤、导出、转图标、搜索、全屏等功能。
### 2. 使用
在Vue中使用Vue组件表格:
```js
```
### 3. Props
| 属性 | 类型 | 默认值 | 说明 |
| ---------------- | ------ | :----- | ----------------------------------- |
| data | Array | [] | 表格数据 |
| columns | Array | [] | 表格列 |
| columns.dataType | String | null | column 柱形图列 number 柱形图数据项 |
| config | Object | {} | element plus table 原配置项 |
| config-event | Object | {} | element plus table 原事件对象 |
### 4. 示例图
默认
字段编辑
图表
导出
搜索
打印
