Closed waleed-sarwar closed 7 years ago
You have the setSize method to resize the widget, just call it whenever you want it should work
i try out this one but on first time its not work after that it fine. scenario when i click on list view button i update the widget sizes and call this._onResize()
can you please tell me how to access setSize method ... i use the default widget not a custom one
Check this one https://github.com/jaumard/ngx-dashboard/issues/20 you can access setSize directly from your widget
yes it works fine by using size function not setSize , i dont know why, maybe i have old version of repo
thanks
is it possible to change widget size on a click function i want to implement the tiles/list view and in list view i need to resize the height of widget any suggestions ???