tiberiuzuld/angular-gridster2

load different configs(configs for tablet-, mobile-, desktop-view) without refreshing the browser

beyaban opened this issue · 1 comments

My problem is, there are different configurations for the dashboard which contains the widgets.
For example, if I switch to the tablet view, the configuration for the tablet view should be loaded, but unfortunately that doesn't happen, only when I refresh the browser. Is there a possibility to load different configs (rows, cols, x, y) without refreshing the browser.

The second issue, I will change the x and y position for some widgets in my controller but nothing happens. I need an event, which subscribes to changes and updates the positions.

I need this config parameters:
gridType: fixed
mobileBreakpoint: 0

@beyaban Can you create a stackblitz which shows your issue?