ngx-sortablejs
ngx-sortablejs copied to clipboard
Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
Hi all; I' ve a question. For example think i' ve an array like this `originalArray = ['A Tile', 'B Tile', 'Checkpoint', 'C Tile'];` And i' m cloning an item...
> ngx-sortablejs.js:178 Uncaught TypeError: Object(...) is not a function at ngx-sortablejs.js:178 at Module../node_modules/ngx-sortablejs/fesm5/ngx-sortablejs.js (ngx-sortablejs.js:180) at __webpack_require__ (bootstrap:83) at Module../src/app/app.module.ts (app.model.ts:36) at __webpack_require__ (bootstrap:83) at Object../src/main.ts (main.ts:4) at __webpack_require__ (bootstrap:83) at...
Hi; Thanks for this wonderful component. **Description** Drag & drop indexes are working wrong if draggable property used in ngx-sortablejs v3.1.4. (in v3.1.3 it' s working properly.) **How to reproduce**...
I used sortable with angular 8. I have applied that to dynamic components. sortable is working fine with the list. but if I drag the last one on top and...
There are 2 lists and when I try to copy a element from list 1 to list 2 sometime the mouse pointer position is different than that of dragged element....
I'm using ngx-sortablejs, and I ran into a problem when implementing multi-level sorting. my data like this: chapters: [{ title: 'chapter 01', child: [{ title: 'topic 1-1' }, { title:...
I have a problem with drag an item...If I scroll down more in the list view(using cdk-virtual-scroll-viewport) and try to drag from there but dragged item does not match.
I am using ngx-sortablejs in my application to implement drag and drop tile behavior. Our tile includes form elements also. Recently we got a bug from our QA that we...
Touch Events not working in microsoft edge browser while drag and drop instead it is scrolling page of browsere
I am trying to drag element from one component to another component but there are 2 issues- - Item is getting copied but element is not getting displayed on UI...