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

Download as CSV button not working as expected #195

Open
alanceloth opened this issue Oct 31, 2024 · 0 comments
Open

Download as CSV button not working as expected #195

alanceloth opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alanceloth
Copy link

Currently, I have two problems related to this feature:

First, when using the example "Welcome to Briefer," I clicked on the "Download as CSV" button for the first query. The loading took a while and then returned the message "Something went wrong."
This is because I hadn’t run the query. The button should be disabled in this scenario and display a message like "Please run the query."

Second, when using a personal database in an SQL block, my "Download as CSV" button didn’t appear, as you can see in the screenshot below.
photo_2024-10-31_11-10-52

In the "Welcome to Briefer" example, the div containing the button looks like this:
Captura de tela 2024-10-31 112443

But when I use my personal database, it appears as follows:
photo_2024-10-31_11-25-05

Current workaround: Change "relative hidden" to just "relative," and the button appears. It works as expected, and the CSV downloads correctly.

@lucasfcosta lucasfcosta added the bug Something isn't working label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants