Disable navigation in one resource but still shown
How to make a navigation resource is still shown but disabled / not clickable?
4 Replies
Then disabled() if thats a method you can use on navigation items
no such method
That's no really possible. You could create an navigation item that links to
#
, but that would still have the normal stiling.
You could try to target that item with CSS to make it look disabled and add a pointer-events: none