-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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" |
This is how the game constructs the URL: |
We will not focus on this for now because some kind of secure Markdown parsing logic needs to be written to get this to work. |
Hello,
May I ask for replay link in the dashboard CSV data sheet exported through the given filters?
The text was updated successfully, but these errors were encountered: