-
Notifications
You must be signed in to change notification settings - Fork 1.8k
request to support ordering / sorting match array #209
Comments
+1 |
1 similar comment
+1 |
I'm going to use ui-select (or select2) in my angular JS application and also need drag&drop support. Did you have any luck with it so far? |
hi peter, no, they have not done anything (i see "ordering" on their roadmap), and i sorry no productive news to give you... :-/ brian On Mon, Jan 5, 2015 at 10:55 AM, Peter Grman [email protected]
|
@btmurrell Ya, I'd like this feature too but it really should be a plugin on top of ui-select so I dont think it would ever make it in this project. |
I don't know when and by whom it was added, but there is the option I guess we can close this now. |
It would be really helpful if someone could provide some documentation for the "sortable" feature. I'm still trying to figure out why the |
I have a need, but don't see anyone else talking about it. I need to provide the ability to reorder the selected items in my multi-select set. current behavior is they are in the order selected by the user.
i would like to enhance the ui-select directive to allow drag & drop reordering of selected items. i am considering a creating a pull with an implementation of one of the angular draggable directives (see below) to augment ui-select.
before i embark on my effort, i wanted to ask the community if anyone has this on the roadmap, or if anyone thinks one of the existing directives would be better or worse for this functionality.
http://codef0rmer.github.io/angular-dragdrop/#/
http://ngmodules.org/modules/ngDraggable
http://www.directiv.es/Angular-DragDrop
thanks in advance for any solicited comments, advice, warnings, etc.
The text was updated successfully, but these errors were encountered: