You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have several gridster items a scroll appears, that is to say when I go beyond the 12 stable rows and by positioning more items and there is more scroll up to 24 rows each square is resized, that is to say each gridster item is resized. What I want is that the size of each square remains always the same, no matter how many rows it has and how much scroll there is, I don't want it to be out of shape.
I want to keep always the size with cols as 24 and rows from 12 to 24, here is the problem. I start with 12 rows and when I create more gridster elements below these 12 rows the scroll appears but the size of the gridster changes, and also the size of the gridster element changes, as well as each square box.
I have tried changing the gridType with fit and fixed and it keeps resizing every time a new line is added.
The text was updated successfully, but these errors were encountered:
When I have several gridster items a scroll appears, that is to say when I go beyond the 12 stable rows and by positioning more items and there is more scroll up to 24 rows each square is resized, that is to say each gridster item is resized. What I want is that the size of each square remains always the same, no matter how many rows it has and how much scroll there is, I don't want it to be out of shape.
These are the options that I pass to create the gridster:
I want to keep always the size with cols as 24 and rows from 12 to 24, here is the problem. I start with 12 rows and when I create more gridster elements below these 12 rows the scroll appears but the size of the gridster changes, and also the size of the gridster element changes, as well as each square box.
I have tried changing the
gridType
withfit
andfixed
and it keeps resizing every time a new line is added.The text was updated successfully, but these errors were encountered: