-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag and Drop #110
Comments
Are you asking for drag-and-drop re-ordering? |
Yes. I did try using jquery UI to tag the item tbody as sortable, but I guess the library is constantly recomputing the index positions so the rows end up coming back to their original position. The sortable feature did work on the fields themselves, so I was able to reorder member fields up and down by drag-drop. As an alternative, it would be just as good a feature if there is a move up move down button on each item, but since it is just as complex, I'd say a drag and drop would make much more sense. I'd be happy to make a pull request, if I just am pointed in the right direction. |
any pointers on this? |
Feature request: Is it possible to make drag and drop possible in array items?
The text was updated successfully, but these errors were encountered: