We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
https://tinyuidesign.cloudbu.huawei.com/tiny-vue/zh-CN/os-theme/components/grid-import-export
单元格文本不含\t制表符
单元格文本含有意料之外的\t制表符
No response
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: Each cell in the csv content exported from the table has extra tab characters
Sorry, something went wrong.
感谢反馈,我们会尽快看下这个问题
Thanks for the feedback, we will look into this issue as soon as possible
this.$refs.theGrid.exportCsv({ filename: 'table.csv', original: true, isHeader: false, useTabs:false, data: this.tableData }) 配置下useTabs为false就可以取消制表符
No branches or pull requests
Version
latest
Vue Version
latest
Link to minimal reproduction
https://tinyuidesign.cloudbu.huawei.com/tiny-vue/zh-CN/os-theme/components/grid-import-export
Step to reproduce
What is expected
单元格文本不含\t制表符
What is actually happening
单元格文本含有意料之外的\t制表符
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: