-
Notifications
You must be signed in to change notification settings - Fork 2.8k
enabled download data as csv button #89
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part was actually from a new commit, and should not be removed, my guess is that your branch is not up to date with master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will pull from master and update the branch
|
Hi, |
|
We are currently in the process of refactoring with the PR#56 |
|
Here is my test so far: Test
Cross-browser
Cross-browser for this kind of download is really a pain in the ass, that's why we tried using jquery-datatables and tabletools before. Discussion
|
|
@corneadoug Thank you for your review.
I implemented intended for csv download. I believe if the user want to download any plain text output, they can simple copy and paste.
|
|
only 1000 rows download, if i can config more rows for daowload |
|
@qinzl1 , I don't think the limitation of how many rows to download is specified by my download button. The download button only converts existing JSON response retrieved from Zeppelin server and converted in to CSV format with UI button. You should look at which specific interpreter you are using. Most example set the max row to display for dataframe or result for 1000. |
…nner_update.fix_copy to V_1.0.0 * commit 'e224b9093eaef130b1c0c6d151b54e50a301f50e': [ZP-415] fix note copy

I added a button to allow download the current paragraph data as csv