react-easy-sort
react-easy-sort copied to clipboard
Nestetd Sort
Is there a way to implement nested sorting. I want to sort lists, with sub listst. It looks to me that there is a problem with event propagation
I've never tried implementing this so I don't think this is supported. I don't really know how much changes would be required to properly support nested sorting.
Try using a 'SortableKnob' to isolate the event to a specific item at a specific depth.