Add drag and drop support to list view
Describe the problem feature solves On the list view, I would like to allow people to reorder items via drag and drop. This currently is not supported.
Describe the solution you'd like I would like to see an option that would allow users to reorder items in a list via drag and drop. I understand the challenges with pagination. Other tools solve this by disabling pagination and instead load additional records when the user scrolls to the bottom of the page. Drag and drop only makes sense in lists that have a reasonable amount of items anyway, so it would be up to us to decide when to use it.
Describe alternatives you've considered I currently have a position number field on the edit page that the user must manually change.
Acceptance criteria NA
Source: SoftwareBrothers/adminjs