0
serdar.genc@talentra.net created
How can I ApplicationMenuItem order with item display name ?
- ABP Framework version: v4.30
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
3 Answer(s)
-
0
hi
You can custom the
MenuManager
service to order the menus.https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/MenuManager.cs#L46
-
0
a simple feature. it can actually be added by default. :) and favorite menu item feature can also be added etc.
-
0
hi
I agree with you. I will give feedback to the team.