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
Hi There
Great project but how would I set it up so that when someone presses the download button it only downloads the data filtered to a CSV file?
<SCRIPT> init_table({ csv_path: 'data/Acronyms.csv', element: 'table-container', allow_download: true, csv_options: {separator: ',', delimiter: '"'}, datatables_options: {"paging": true} }); </SCRIPT>
Cheers
The text was updated successfully, but these errors were encountered:
@RockE70 thanks! great idea. this project doesn't have this feature, but I would definitely welcome a pull request!
Sorry, something went wrong.
Hi Derek
I'm not a developer but an end user, the ability to save a filtered list would be great for this project.
The "other" solution requires an array file or someone to insert an HTML table. Your solution is straight forward.
Perhaps someone ( a programmer) could incorporate this feature via a pull request as you suggested I do.
No branches or pull requests
Hi There
Great project but how would I set it up so that when someone presses the download button it only downloads the data filtered to a CSV file?
Cheers
The text was updated successfully, but these errors were encountered: