Open anvial opened 7 years ago
In widgetComponent source I found
onSizeChanged: EventEmitter<number[]>;
I think this is the solution. But another question: How to update (redraw) widget after resizing?
Hello,
Normally they should be redrawn automatically when you update the size, it's not the case ? You can also try to refresh them manually by calling refreshWidgets()
on the dashboard component
Hello again,
I would like to implement resizable widgets. How can I include onResize event in WidgetComponent in manner of цшвпуе "onClose" event
Just adding a new event emitter is not enought:
It causing a error that: during adding widget to dashboard:
Any suggestions?