Drag'n'Drop sorting when sorting field is specified #4456
Unanswered
ghost
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seem to be super if we will be able to sort lists by drag and drop feature.
how i see a feature:
Nova constant
Sorting Field NameIf field exists in a resource, and resource flagged via protected property (or method) - allowed to be sorted via DnD.
Sorting should parse all showed in the page rows and set incrementable sorting value to each.
To avoid sorting 1000000 records, DnD should work if rows < paging or filters applied.
To do this, you must somehow visually show that sorting mode is active.
I would use, for example, a different color frame around the table + status message at the bottom/top of the table, for example [dnd - on] / [dnd - off]...
Beta Was this translation helpful? Give feedback.
All reactions