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

Request For Replay Link/Title from dashboard-exported CSV data #3

Open
MapDesignerOfHiveWorkshop opened this issue Nov 29, 2023 · 2 comments · May be fixed by #19
Open

Request For Replay Link/Title from dashboard-exported CSV data #3

MapDesignerOfHiveWorkshop opened this issue Nov 29, 2023 · 2 comments · May be fixed by #19

Comments

@MapDesignerOfHiveWorkshop

Hello,

May I ask for replay link in the dashboard CSV data sheet exported through the given filters?

@MapDesignerOfHiveWorkshop MapDesignerOfHiveWorkshop changed the title Request For Replay Title from dashboard exported CSV data Request For Replay Link/Title from dashboard-exported CSV data Jan 25, 2024
@max-torch
Copy link
Contributor

max-torch commented Apr 29, 2024

The solution for having clickable links inside of Dash DataTable is to embed Markdown inside of the table and use the Markdown syntax for a link.

https://community.plotly.com/t/clickable-link-dash-datatable/54961/3

Possible solution for generating the download URL would be, from the query, to use the Start Date field to extract the year, month, and day; and then the name field for the game name; and then concatenate strings as needed:

f"{base_url}/{year}/{month}/{day}/{game_name}.bz2"

@soliton-
Copy link
Member

@max-torch max-torch linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants