angular2-grid icon indicating copy to clipboard operation
angular2-grid copied to clipboard

A drag/drop/resize grid-based plugin directive for angular2

Results 88 angular2-grid issues
Sort by recently updated
recently updated
newest added

Error: The target entry-point "angular2-grid" has missing dependencies: I am unable to fix this issue

* Removed entryComponents from NgModule as they are no longer necessary * Migrated from @angular/http to @angular/common for the Http client * Update Angular packages to version 10 Fixes #309

While angular2-grid seems to be working in our Angular 9 application, there are still warnings that it only supports up to Angular 8. Update: We are trying to update to...

How to put the grid item at the end without calculating row and col ?

Hi, Facing issue with loading girdItem back into saved position. **Workflow :** 1. Add items to grid 2. Save the grid as JSON 3. Load the grid back with saved...

We are facing issue with grid item when using sidebar which toggle in/out of application Say for example, When grid is body of the application and application contains side bar...

Hi All, We need small help to support backward compatibility, We created a grid with .dragHandle : ".Class1" and saved all the configuration as json ![image](https://user-images.githubusercontent.com/11607412/88481672-64a95480-cf7a-11ea-912d-a3c8ef034732.png) We now need to...

Hi, Once again enjoying the library thanks for your work **Version found : v2.3.1** When the window get resized grid items are not getting aligned vertically instead I am getting...

@BTMorton I'm using this library to create configurable widgets. Everything works perfectly here except widgets resize on sidenav toggle. Widgets are resizing on window resize, but i also want it...

Setting sizey programmatically of one grid item effects the order of other grid items randomly. This happens only if the items are already displayed. For reproducing: Use demo source from...