tiberiuzuld / angular-gridster2

Angular gridster 2

Home Page:https://tiberiuzuld.github.io/angular-gridster2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gridster Item resize callback

rajasekar-pb opened this issue · comments

Hello Team,
I am using Gridster to create a dashboard containing various kinds of charts.
I want the chart to resize continuously while handling the Gridster-item resize. I got all the resizing functionality (height / width) sorted out and the only thing i need is a callback function that triggers continuously during the Gridster-item resize event.

I found these calls (itemResizeCallback/itemChangeCallback, resizable.start/resizable.stop), but only trigger before or after the resize.
Is there any other option?

Use ResizeObserver provided by javascript.

Use ResizeObserver provided by javascript.

Thanks @AndeYashwanth for the suggestion ... i just have one question ... does this callback works in angular/typescript environment ?...