We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
via @maxjeblick
Needs discussion: It might be worth to allow controlling browser hash from python SDK. E.g.:
q.args['#'] = 'new-hash'
cc @geomodular @lo5
The text was updated successfully, but these errors were encountered:
this would be nice for things like tour where the hash nav gets "off" if you use the prev, next buttons
Sorry, something went wrong.
You can use the meta card's redirect for this. https://h2oai.github.io/wave/docs/examples/meta-redirect
redirect
page['meta'] = ui.meta_card(box='') # Redirect to a hash. page['meta'].redirect = '#widgets' page.save()
We need a simpler wrapper API for this, though.
459193c
docs: Document how to change routing hash from the Python side. Closes …
60d3ceb
…#375
No branches or pull requests
via @maxjeblick
Needs discussion: It might be worth to allow controlling browser hash from python SDK. E.g.:
cc @geomodular @lo5
The text was updated successfully, but these errors were encountered: