Skip to content
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

Extended downloadCSV helper with type paramater #5499

Merged
merged 4 commits into from
Nov 13, 2020

Commits on Nov 6, 2020

  1. Extended downloadCSV helper with type paramater

    Recently I needed to change the output encoding (text/csv;charset=utf-8) of the csv file. I had to reimplement it at my side because currently there is no way to  plug in at the type sport and customize the output. 
    
    That's why I am proposing this extended parameter with default value if nothing is passed in.
    ValentinnDimitroff committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0a6260c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    62b3492 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    1f75fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    fe4bab7 View commit details
    Browse the repository at this point in the history