Happy-Coding-Clans / Happy-Coding-Clans/vue-easytable
[Feature Request] 希望可以增加表格数据导出功能
Open
💡 feature
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 771
- PR merge metrics
- No merged PRs in 30d
Description
### 选择要提交 issue 的库
vue-easytable
### Issue 类型
Feature
### Issue 标题
希望可以增加表格数据导出功能
### 这个功能解决了什么问题?
可以将表格数据下载到excel中
### 你期望的 API 是什么样的?
this.$refs.table.exportCsv({
filename: 'Custom data',
columns: this.columns8.filter((col, index) => index < 4),
data: this.data7.filter((data, index) => index < 4)
});
通过ref获取表格实例中的下载方法,并且可以设置文件名、类型、指定下载那些列(列可以做其他处理,比如重命名)、设置表格的sheet名、表格的标题等
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.