-
-
Notifications
You must be signed in to change notification settings - Fork 150
Disable a item in navIItems #20
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
Comments
It is not possible at the moment, but we will add this feature in future releases. @xidedix |
Ok! Thx man! |
Try changing the code:
to:
|
it didn't work |
please update
usage example (_nav.js): {
name: 'Disabled',
url: '/dashboard',
icon: 'icon-ban',
attributes: { disabled: true },
}, and let us know if it works for you |
@xidedix perfect man. Worket for me! THX |
damingerdai
added a commit
to damingerdai/coreui-angular
that referenced
this issue
Sep 1, 2021
…/lodash-4.17.19 build(deps): bump lodash from 4.17.14 to 4.17.19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How Can i disable a item in array navItems? I want see the item in menu, but this item need stay disable for user
The text was updated successfully, but these errors were encountered: