ui-sortable-multiselection
ui-sortable-multiselection copied to clipboard
Provide multiple element sorting in UI-Sortable
I was wondering if any wrapper/version of this api is available for Angular 6.
Hi, I am so relieved after finding this package. I have a table with sortable rows but I need to multi select them using a checkbox. How can I achieve...
Related to the changes of PR #21
Change the implementation to match the features of ui-sortable v0.14.x as reported in #10.
Hi, there is a small bug. 1. Open http://codepen.io/thgreasi/pen/FJrxo 2. Grab first item in left list, move it to the right list without releasing mouse button and then move it...
I think multi selected items are included only one list not two list In connected list give an example, if item 2a is is selected, list b's items cannot selected...
As of angular-ui/ui-sortable#261, the code of this directive can be lighten a lot if it requires ui-sortable v0.13.x.