ngx-sortablejs
ngx-sortablejs copied to clipboard
Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
Fixed an issue where the onAdd and onDelete not using newDraggableIndex in case of static not draggable element presence.
How can we cancel the drag & drop operation when pressing the escape key while dragging?
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @peteriman chore(docs): updated fileSync.md...
Hello, Greetings!! I'm using the ngx-sortablejs for change the position of the elements. I have added the custom delete button for remove the particular element. I'm using the following code:...
I installed ngx-sortablejs inside angular 13 project, and when I'm trying to import it in the appModule as per documentation the following error appears to me: Value at position 5...
Hi, Thank you for wonderful library. I was trying to implement it in one of learning POC with multi-list drag&drop application like JIRA board. I was trying to access the...
I am using Angular 12 version and ngx-sortablejs v11.1.0. I used this options on a previous angular version. But whenever I upgrade from the angular and ngx-sortablejs version, I am...
When running `ng serve` I get this: ``` ⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: - @ionic-native/core [module/esm5] (https://github.com/ionic-team/ionic-native.git) - @ionic-native/onesignal [module/esm5] (https://github.com/ionic-team/ionic-native.git) - ngx-sortablejs [es2015/esm2015]...
Looks to be working ok with Angular 12 but there's a warning on `npm install` about peer dependencies: ``` npm WARN [email protected] requires a peer of @angular/common@^11.0.0 but none is...
I have tried to make use of the trackBy function to increase performance as discussed [here](https://netbasal.com/angular-2-improve-performance-with-trackby-cc147b5104e5). When I add the trackBy function, though, my onUpdate function runs properly, but the...