Uh oh!
There was an error while loading. Please reload this page.
enabled download data as csv button - #89
Conversation
There was a problem hiding this comment.
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.
I will pull from master and update the branch
corneadoug
commented
Jun 2, 2015
Hi, |
ZhijieWang
commented
Jun 2, 2015
corneadoug
commented
Jun 2, 2015
We are currently in the process of refactoring with the PR#56 |
corneadoug
commented
Jun 3, 2015
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
|
ZhijieWang
commented
Jun 3, 2015
@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.
|
qinzl1
commented
Aug 23, 2016
only 1000 rows download, if i can config more rows for daowload |
ZhijieWang
commented
Aug 23, 2016
@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