An open API service indexing awesome lists of open source software.

https://github.com/drxwat/angular2-dashboard-grid

flexible angular2 grid with drag&drop and cell resizing
https://github.com/drxwat/angular2-dashboard-grid

angular angular2 dashboard grid

Last synced: 4 months ago
JSON representation

flexible angular2 grid with drag&drop and cell resizing

Awesome Lists containing this project

README

          

# angular2-dashboard-grid
flexible angular2 grid with drag&drop and cell resizing

## Instalation

```
npm i angular2-dashboard-grid
```

And you need to add DGridModule to your module imports

```
@NgModule({
declarations: [
AppComponent
],
imports: [
DGridModule
],

...
```

## Usage

Exapmle [Demo repository](https://github.com/drxwat/angular-grid-dashboard-demo).

Demo [app](https://drxwat.github.io/).

How it looks in template:

```html









```

##