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

hello guys. thanx for this awesome package. dragging last item in last row not working.

Hello everyone, I am unsuccessfully trying to use the library together with Angular Material Grid List. I am using Angular 12.2.6 I found out in documentation that I need to...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This was working fine from months in this config, suddenly started giving this error. What's going wrong here. Anyone ? Thanks in advance.

Since data manipulation is handled by the library, having latest added/updated/removed object would help doing additional manipulation onRemove event without removed data is a blocker. After receiving an onRemove event,...

So I mounted the MultiDrag plugin successfully and in general the functions are working, however; I've come up with a peculiar bug that I can't seem to nail down. If...

Have anybody faced with protractor testing of "angular-sortablejs" lists. For now, have tried: ``` browser.actions() .dragAndDrop(option1, option2) .perform();` ``` ``` browser.actions(). mouseDown(option1). mouseMove(option2). mouseUp(). perform();` ``` And the simulation of...