Support URL query string parameter for routes and tabs #3129
doraemonxxx
started this conversation in
General
Replies: 1 comment
-
Hello there. can I know how to implement this since this is already closed. thank you |
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.
-
Subject of the feature
System support for route and tabs = URL query string params e.g ?name=test
Problem
Currently, when using a route or tab, it doesn't support query string params and only supports this kind of params (:name)
Expected behaviour
the router or tab will have a query string parameter.
When using a tab with qs parameter, the tab will open or persist the state according to the qs param e.g param(tab=test) -> it will open the tab named test
Beta Was this translation helpful? Give feedback.
All reactions