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
- Host: GitHub
- URL: https://github.com/drxwat/angular2-dashboard-grid
- Owner: drxwat
- License: mit
- Created: 2017-10-14T13:39:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T14:29:53.000Z (over 8 years ago)
- Last Synced: 2025-09-18T12:21:22.255Z (9 months ago)
- Topics: angular, angular2, dashboard, grid
- Language: TypeScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
##