Replies: 1 comment
-
I would like this feature as well. It would be really nice to get a callback with information on which sidebar item was clicked and the parent hierarchy if it's Sidebar2. |
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
-
Is this possible in sidebar?
new NavItem { Id = "7", Href = "#" , IconName = IconName.List, Text = "Toggle Sidebar" , onClick(sidebar.ToggleSidebar()) }
Beta Was this translation helpful? Give feedback.
All reactions