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

[WIP] - Add autoscroll support #5

Open ValentinH opened 3 years ago

ValentinH commented 3 years ago

This is an attempt to add autoscroll support as requested in #4.

This feature is clearly not trivial and making it right is hard. For the moment, I've investigating how to have something working by reusing several functions from https://github.com/clauderic/dnd-kit as a start.

The scroll is working but the items positions are completely messed up while scrolling, especially for grid layout.

clarkmu commented 1 year ago

@ValentinH can we get this approved? It's a feature that I would appreciate right now rather than change libraries 😁

ValentinH commented 1 year ago

@clarkmu unfortunately, this is definitely not ready to be approved. The feature is not complete and will not be in a near future.

If you really need this feature, I recommend switching to another library.