Replies: 1 comment
-
technically possible. def on_route_change(e):
# some code
if e.route == '/target_route':
# instead of appending new view
# please try to update the content of target control |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When using
routing
withflet
, the left side of the page is aNavigationRail
navigation bar, and the right side is the page content. The code is as follows:Is it possible to only render the content on the right side when the route changes, without rendering the left side?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions