adgsm / multi-level-push-menu

MultiLevelPushMenu jQuery Plugin implementation
http://multi-level-push-menu.dzunic.net
804 stars 213 forks source link

Sorting #171

Closed mm108 closed 7 years ago

mm108 commented 7 years ago

hi,

Is there a way to sort this? I could perhaps sort the array or the input and then recreate the menu but was wondering if there is a method to achieve this easily? Thanks - M.M

adgsm commented 7 years ago

No sorting is built in.

mm108 commented 7 years ago

You mean there is no built-in sorting? Or

No, sorting is built in

If the later is true, is there a link to it?

Thanks

adgsm commented 7 years ago

there is no sorting functionality out-of-the-box...

mm108 commented 7 years ago

Alrighty, thanks. I will use the JS Array then - that way I could sort it first then use that to populate the menu. Thanks :+1: