ngx-sortablejs
ngx-sortablejs copied to clipboard
Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
Add in Changelog.md for version 3.1.4 BREAKING CHANGES `npm i -D @types/sortablejs ` without @types/sortablejs build fails
Would it be possible to export the SortableEvent interface so that we can have types in our event handlers? https://github.com/SortableJS/ngx-sortablejs/blob/5765eda6726a53e0dbea80fea929c4bcbdb9a698/projects/ngx-sortablejs/src/lib/sortablejs.directive.ts#L181 Thanks
I have 2 lists: one is a non-sortable list from where I can clone elements and drag in the second list which is a simple, sortable list. The only way...
I saw that you solved the previous, similar error, although it happens again with the latest install and I am trying to use mat-grid-list with mat-grid-item. When I pass the...
You have an example of fixing Autoscroll with fixed navbar. This example doesn't work. It doesn't even work without fixed navbar... https://sortablejs.github.io/ngx-sortablejs/custom-options
I would like to save my list with localStorage for that I use the method store and set (), when I reload the page even if the localStorage saves the...
Hello, I am running into an issue with drag and dropping across containers. - I have reviewed the [example source code](https://github.com/smnbbrv/angular-sortablejs-demo/tree/master/src/app/examples/multiple-lists) I have created a reusable sortable list that I...
When you drag the same item twice to the normal list and then drag the first "Element 11" back to the cloned list both elements appear in the cloned list....
Hi @smnbbrv , Thank you for your great work!! I was playing with the `disable` option with your given [example](https://smnbbrv.github.io/angular-sortablejs-demo/custom-options) for one of my usecase. Below is my observation regarding...
Cause a glitch (Horizontal scroll) when dragging item to a list of max-height and overflow-y as scroll. The animation must be enabled to view this glitch. 