ValentinH / react-easy-sort

A React component to sort items in lists or grids
https://ValentinH.github.io/react-easy-sort
MIT License
160 stars 25 forks source link

Nestetd Sort #33

Open yogyafrank opened 1 year ago

yogyafrank commented 1 year ago

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

ValentinH commented 1 year ago

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.

davidmfox commented 1 year ago

Try using a 'SortableKnob' to isolate the event to a specific item at a specific depth.