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
When trying to download a table as csv file, nothing happens after clicking on the download button.
Steps to reproduce the behavior
Expected behavior
A file download will start.
Additional information
In the browser console the following error occurs:
TypeError: this[n] is not a function getValueByColumnType exportTableMixin.js:37 downloadCsv exportTableMixin.js:21 downloadCsv exportTableMixin.js:18 downloadCsv exportTableMixin.js:14 csv NcTable.vue:1 VueJS 4 csv CustomTable.vue:1 VueJS 4 downloadCSV TableHeader.vue:91 VueJS 4 onClick index.module.js:2 VueJS 3 vue.runtime.esm.js:3049:8
Environment
The text was updated successfully, but these errors were encountered:
bugfix: #237 debug message broke because of a missing condition case
5a83c29
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
Merge pull request #243 from nextcloud/fix/#237-csvExportError
7ac80b6
@datenangebot Looks like this can also be closed with the fix in #243
Sorry, something went wrong.
datenangebot
No branches or pull requests
When trying to download a table as csv file, nothing happens after clicking on the download button.
Steps to reproduce the behavior
Expected behavior
A file download will start.
Additional information
In the browser console the following error occurs:
Environment
The text was updated successfully, but these errors were encountered: