davicotico / jQuery-Menu-Editor

Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
https://davidticona.com/demos/jQuery-Menu-Editor/
MIT License
191 stars 86 forks source link

Improve programmatic control of the menu #17

Closed Raven0us closed 1 year ago

Raven0us commented 4 years ago

Not currently possible, it heavily relies on markup, and there is little programmatic control. The current way of manipulating items is by getting the existing menu items, merging that with whatever items you wanna add and push the merged data to the editor via setData.

Might create a PR for this.

davicotico commented 1 year ago

Hi @Raven0us. I appreciate your suggestion and apologize for the delay in responding. For now, I don't have plans to add more features to this library. However, I have worked on and will continue to work on a new project called Menu Editor (vanilla javascript), which is much more flexible and easy to customize. Have a look at it, please.