Press "Enter" to skip to content

A Grid That Allows To Sort All The Items By Drag And Drop | Ng-sortgrid

ng-sortgrid adds different classes around different events to your elements. You can either use these classes to design the appearance of your elements on specific events or you can embed the build into your CSS from the ng-sortgrid library.

Dragging grid sorting with multiselction use the ngSortgridItem directive to turn your lists into a grid where single or even multiple files can be sorted by drag and drop.

Vue Component for Designing Grid Layouts with SortableJS

How to make use of it:

Install & Download

npm i -s ng-sortgrid

Import the NgsgModule in your AppModule.

import {NgsgModule} from 'ng-sortgrid'
...
@NgModule({
  imports: [BrowserModule, NgsgModule],
  //...
})  
...

Sortable Grid Component, Ng-sortgrid Plugin/Github


See Demo And Download

Official Website(kreuzerk): Click Here

This superior jQuery/javascript plugin is developed by kreuzerk. For extra Advanced Usages, please go to the official website.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *