-
Goal: I expect that if there is a download button on the table, users should I either be able to successfully download data or should see an error message
-
Steps: I tried loading data then clicking the download button. Multiple people on team on different devices tried and saw no error or downloaded file.
-
Details: Was able to download from table last week but it hasn't been working yesterday or today. Using chrome browser on mac.
-
Screenshots: Can't share
-
App json export: Can't share
Hi @Isabelle_Carson,
That is weird, and frustrating.
Are you able to share a screenshot of your toolbar/download button settings (see below)
Also, you could see in console (bottom right of the screen, click on debug), and see if any error comes up after clicking on the button. If there is one, you could share the error here so we can help you troubleshoot.
Hi @Isabelle_Carson, are we still experiencing this issue?
I'm experiencing the same issue @MiguelOrtiz @Paulo
Looks like the issue is that in certain random conditions, the click event interaction 'action' (refresh, export data) disappears and so if you delete the component and add it back, it reappears. This feels like a bug?
Could you share the event handler for the Download
interaction as @MiguelOrtiz shared above?
Click Download
on the inspector:
If the event handler is present. Could we try after disabling all Chrome extensions and plugins?