ng-sortgrid icon indicating copy to clipboard operation
ng-sortgrid copied to clipboard

🧐 A grid that allows you to sort all items via drag & drop. Items can be sorted in all directions (↕️ and ↔️). You can also select and sort multiple items at the same time by pressing ctrl and click...

Results 21 ng-sortgrid issues
Sort by recently updated
recently updated
newest added

Hello! In my project it's need to change element's type when drag element changes its position. For example, first three elements should be like ElemA, and other should be like...

Need implement 2 new inputs like this. ``` {{item}} ```

when [1] + [2] are selected [1] + [2] should be the placeholder not only [2]

hacktoberfest

Please, add event for dropping drags from one sortgriditem in another sortgriditem.

hacktoberfest

Hi, I was wondering if it was useable on mobile ? It seems to me that touch events are not working. Thank you

hacktoberfest

Mention in the docs that the values you get on the sorted output are not the original objects.

Hi I made this pr to update your project with angular 17. I take the opportunity to update all the packages except husky (breaking change after v4). Thanks for your...

Hi! Thanks a lot for your great lib! Do you have any plans to update it for Angular v17?

Currently, I am using this library to sort a list and everything works fine. Now we want to have a nested list and sort every list independent of each other....

It fails at this step ```typescript import {NgsgModule} from 'ng-sortgrid' ... @NgModule({ imports: [BrowserModule, NgsgModule], //... }) ... ``` >Cannot find module 'ng-sortgrid' or its corresponding type declarations >Value at...