I am trying to configure a menu for my CMS I want to be able to use Nested Sortables just like you have
in WordPress.
The problem Im having is getting my head around how I am going to start I already have a column
in my database table called page_order and that is sorted in order using Jquery ui sortable, but
If I want to use a multiple dropdown menu how would I sort this in the database table would I
need two table columns i.e. menu_cat & menu_item and once the data is posted with jquery how would
I store that in the correct order.
Im just stuck with the logic on how I am going to do this if anyone has any suggestions I'm all ears.
I want to use the following nested sortable plugin,
http://mjsarfatti.com/sandbox/nestedSortable/
https://code.google.com/p/nestedsortables/wiki/NestedSortableDocumentation