jamesro
How to change the order of navigation group sub-items
i've just added
protected static ?int $navigationSort = 1;
in my TeamUserResource, which is assigned to Admin group with protected static ?string $navigationGroup = 'Admin';
but the position of TeamUsers still shows last in the group sub-items
15 replies
How to change the order of navigation group sub-items
@Bruno Pereira doesn't seems to be working, the
->navigationGroups([
'Shop', change to correct order
'Blog',
'Settings',
])
works, changes the order, but when i try to change a sub-item order in a group it still seems to be using alphabetic ordering
15 replies