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

how can i make the 'download' button in the command bar actually download something? #125

Closed
mattrichard-datascience opened this issue Mar 16, 2022 · 3 comments

Comments

@mattrichard-datascience

how can i make the 'download' button in the command bar actually download something?

@kyle-power
Copy link

kyle-power commented Mar 16, 2022

Hey! Try this example: #39

Duplicate issue of #124

@mattrichard-datascience
Copy link
Author

That example seemed to be making a new commandbar. Is there a way to use the built in 'fluent-ui' command bar (see arrow pointing to command bar button in attached image)

commandbar button

@jakubsob
Copy link
Contributor

Hi @mattrichard-datascience,

The communication between CommandBar and Shiny is not implemented yet. The easiest workaround is to create your own command bar from scratch using ActionButtons. See this issue #44.

Download button is also not yet supported, please use workaround mentioned in #39 for now.

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

No branches or pull requests

3 participants