ngx-sortablejs icon indicating copy to clipboard operation
ngx-sortablejs copied to clipboard

Angular 2+ binding to SortableJS. Previously known as angular-sortablejs

Results 101 ngx-sortablejs issues
Sort by recently updated
recently updated
newest added

The actual situation on NPM is that 9.0.0 is marked as latest and 10.0.0 has no tag. Probably this is due to NPM publish sequence. If it is not intended,...

Fixes: #172 Added condition that the sortableInstance has already been instantiated, before it can be used in the ngOnChanges method. Should resolve the error from this issue where ngOnChanges executes...

Hello, I have a problem with sorting after cloning multiple of the same element - the view and the binded array does not match. ![image](https://user-images.githubusercontent.com/35097494/34557815-c881a57c-f13b-11e7-8535-685fc4251521.png) to reproduce the problem add...

I'm trying to implement foldable blocks like an accordion with an ability to change the order of those blocks, but angular animation is breaking for some reason. When blocks get...

The direction option for swapThreshold only works on each row, but as soon as I drag the item to the next row the sorting is triggered immediately when the cursor...

I was going through the documentation and it was not clear to me if there was a way to know what is the new item that was dropped on a...

enhancement

Hello! I use ngrx to save my array, and read from it, But how i understand, sortablejs + ngrx its nor good idea. If i wanna change array in ngrx...

enhancement

WARNING in ./node_modules/ngx-sortablejs/fesm5/ngx-sortablejs.js 179:59-77 "export 'ɵɵdefineInjectable' was not found in '@angular/core' Issue happening on ng serve

Hello, I'm using ngx-sortablejs in my application, and works as expected, the only problem is that this same application uses Angular Universal to server side rendering, and the following error...