ui-sortable icon indicating copy to clipboard operation
ui-sortable copied to clipboard

jQuery UI Sortable for AngularJS

Results 40 ui-sortable issues
Sort by recently updated
recently updated
newest added

Users can drag and drop items using a mouse. However, there is no option available for keyboard-only users to drag and drop elements only using the keyboard keys. It would...

I am creating a two dimensional structure. For example: Row 0: a,b,c Row 1: x, y, z There are 3 things i want to accomplish: 1. Move column elements within...

here you can see i have gave 'uiSortable01Stop' as value to attribute ui-sortable-stop, so function uiSortable01Stop should be called everytime i reorder items under ng-repeat, but its not consistance, some...

So, I have an array as ``` var groups = [{ name: 'Applicants', place: 'NY' },{ name: 'Volunteer', place: 'CA' },{ name: 'Others', place: 'LA' }]; ``` so when I...

Currently if you specify an expression that's not just a reference to a function such as `ui-sortable-update=doSomething()` you have no way of accessing the `event` and `ui` arguments passed to...

Using ng-repeat start and ng-repeat-end to repeat say, two TR-elements inside a table, and then using sorting on that tbody-element, causes the index that ui-sortable uses to be doubled. So...

enhancement
wontfix
PRs welcome!

Hi I've implemented nested sortable items setup in `surveys module` in my project. i.e. I can sort Individual questions AND I can create an empty group, drop a single question...

Hi. Why events like `ui-sortable:moved` are not documented. The callbacks you suggest to use are called without any arguments (or I can't get how to have them). `ui-sortable-stop="u.onDrop($event, ui)"` doesn't...

When a user changes the underlying list, the typical model commit pipeline isn't triggered. Therefore, you cannot use ngChange or other directives that take advantage of $viewChangeListeners

PRs welcome!

I am using ui-sortable in Meteor web app. Loading dynamic data in the horizontal grid and using ui-sortable to sort the grid columns. But its not working properly. But, after...