Github user corneadoug commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/89#issuecomment-108203047
  
    Here is my test so far:
    
    ### Test
    * Works for table data to CSV
    * Kinda works for non-csv type of data, but the file is still .csv and 
while my test didn't make the stack/text separated like a CSV, it could easily 
happen.
    * There is tooltip on the button
    
    ### Cross-browser
    * Opera - Launch the download but no default name and format for the file
    * Chrome - works and download as data.csv
    * Firefox - Not working
    * Safari - Open the file in the Browser instead of download
    * IE 10 - Well somehow I can't make Zeppelin run on it anymore :p
    
    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
    * Position of the button? (I actually like it there)
    * Should the download data works only for table type of data?
    * Should the CSV be quoted? Should we use a library for the transformation?
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to