sanity-io / orderable-document-list

Drag-and-drop Document Ordering without leaving the Editing surface
MIT License
73 stars 22 forks source link

Handling long lists #81

Open jonathansuperboldagency opened 7 months ago

jonathansuperboldagency commented 7 months ago

Hi there, we've been using your plugin and it's working pretty well,

I wanted to check with you if there's any suggested solution to handle long lists, one of our clients got a list of products with 400+ items and if they want to reorder dragging one item through the whole list is quite tedious.

Is there any way to add a numeric input to the increments and send an item to a particular position on the list?

Another alternative would be to allow the ordering sorting options from Sanity and update the orderrank field based on the result of that query?

I'm unsure if there's a solution for this issue already and I'm missing out. But I would be happy to hear from you about how you see the best way to handle lists with many items.

Thanks a lot for your work on this plugin!!