Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 939 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 939 Bytes

DMenu

Dynamic and manageable menu in ASP.NET Core

Purpose

In web projects, sometimes menus need to be managed dynamically. So I spent a few days and create a system to manage menus.

Dependencies

In this system, I used nestedSortable jQuery plugin for arrnging items in management page.

Main page

In this page you can view menus and select them to manage.

DMenu main page

Management page

In this page you could see menu items, add new items and remove items.

DMenu management page

Result

After editing items of selected menu, it would be displayed with the same structure at the top navigation bar.

DMenu result