BTMorton / angular2-grid

A drag/drop/resize grid-based plugin directive for angular2
https://bmorton.co.uk/angular/
MIT License
354 stars 159 forks source link

How to resize angular2-grid widgets inside mat-sidenav-content #307

Open suraj740 opened 4 years ago

suraj740 commented 4 years ago

@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 to resize on sidenav toggle.

I have created stackblitz demo for the same. demo

Any help would be appreciable.

Thanks