angular2gridster icon indicating copy to clipboard operation
angular2gridster copied to clipboard

Floating must be high priority even though responsive sizes are specified.

Open kmanikandanmca2008 opened this issue 6 years ago • 2 comments

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.

kmanikandanmca2008 avatar Jun 11 '18 01:06 kmanikandanmca2008

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?

swiety85 avatar Jun 14 '18 20:06 swiety85

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.

kmanikandanmca2008 avatar Jun 20 '18 10:06 kmanikandanmca2008