angular2gridster
angular2gridster copied to clipboard
Floating must be high priority even though responsive sizes are specified.
Current behavior: As per the current features in angular2gridster, widgets floating behavior can be achieved using floating property. but when i want floating to be true along with the 2 way binding xXL and yXL properties . So both these floating and xXL/yXL enabling is blocking the floating nature of the widgets. Floating has not taken as a high priority than responsive positions bindings.
Expected behavior:
Floating can be taken as high priority even though responsive breakpoints positions binding available.
Hi, sorry but I can't reproduce your problem. For me, floating option repositions items - move up to reduce empty spaces and overwrites the positions given by properties. Which version of angular2gridster do you use?
This I might have explained in the different context. What I want to do is, 1.When i load dashboard it should follow the floating and should update the hXL,wXL,xXL,yXL,.. likewise in all the variables. 2.After initial load, whenever user interacts with dashboard like resize widget or drag the widget I want to disable float and have to take all the parameters specific to all the widgets and save to database.