Closed Holyangelmom closed 7 years ago
i want to generate three-level menu, the following code does not work:
`
admin.menu(nga.menu().addChild( nga.menu(A).addChild( nga.menu(B)).addChild( nga.menu(C))) );
How can i do that?
Short answer: you can't.
ng-admin doesn't have this feature, unless with code it yourself with a custom theme.
thx l'll go to see custom theme.
i want to generate three-level menu, the following code does not work:
`
`
How can i do that?