Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] 希望可以增加表格数据导出功能 #598

Open
jjbnxy opened this issue Oct 28, 2023 · 0 comments
Open

[Feature Request] 希望可以增加表格数据导出功能 #598

jjbnxy opened this issue Oct 28, 2023 · 0 comments

Comments

@jjbnxy
Copy link

jjbnxy commented Oct 28, 2023

选择要提交 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名、表格的标题等

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants