We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In the tabs example (https://coreui.io/react/demo/#/base/tabs), would it be possible to have the URL and the breadcrumb to change when a tab is changed
Something like /base/tabs would "redirect" to /base/tabs/1 and breadcrumb would display Home / Base / Tabs / Home
And when you click on the second tab, it would "redirect" to /base/tabs/2 and breadcrumb would display / Home / Base / Tabs / Profile
I think the problem I am facing is that you can not use the Redirect component since we want to redirect to the same component
The text was updated successfully, but these errors were encountered:
Moved to coreui/coreui-free-react-admin-template#89
Sorry, something went wrong.
No branches or pull requests
In the tabs example (https://coreui.io/react/demo/#/base/tabs), would it be possible to have the URL and the breadcrumb to change when a tab is changed
Something like /base/tabs would "redirect" to /base/tabs/1 and breadcrumb would display Home / Base / Tabs / Home
And when you click on the second tab, it would "redirect" to /base/tabs/2 and breadcrumb would display / Home / Base / Tabs / Profile
I think the problem I am facing is that you can not use the Redirect component since we want to redirect to the same component
The text was updated successfully, but these errors were encountered: