flask-admin icon indicating copy to clipboard operation
flask-admin copied to clipboard

Dropdown menu or multilevel menu

Open jonalxh opened this issue 8 years ago • 1 comments

Hi, I've been lookinh for in the documentation and examples but I couldn't find it yet. There is a way to use dropdown menu or multilevel menu? For example I have my View Users and another called Roles, I want they both be inside of a parent link called User Management, and by clicking this link it show my two views links. Thanks a lot (excuse my bad english)

jonalxh avatar May 04 '17 20:05 jonalxh

Maybe this might help: https://flask-admin.readthedocs.io/en/latest/introduction/#grouping-views

AInME93 avatar Oct 13 '19 14:10 AInME93