Hi,
In the component "Sortable Drag and Drop", is it possible to have 2 lists that can be sorted/reordered independently of each other?
e.g.: (sample OML file attached to the post)
Currently when I move an element from the parent list the script also triggers the event of the contained child list.
When moving any items, Parent or Child, it is always the OnChange event of the last child sortable list that is triggered, even when configuring some "group name" for the sortable widgets. In the case of the example above, it will be the ChildList3 OnChange event that will be triggered even if moving a child item of ChildList1 or ParentItem2.
How to configure the widget to only trigger the list on which the drag and drop actually took place or to identify it from a certain way or even to avoid triggering the change event of the other lists?
Thanks a lot in advance for your help on this great component!
Have a great day,
Renaud