angular2gridster
angular2gridster copied to clipboard
Fixed Container size
Hi, with the standard configuration the grid container is always extending itself when dragging the item. Is it possible to define a fixed container size that is not expanding ?
Currently, there is no way to set a fixed gridster height. I can consider using this issue as a new feature, but I'm not sure when I will have time to implement it. You can also fork this project and try to provide this feature by your own. If this will work, I will merge it to this project. :)
Any update on this? @swiety85
@swiety85 Currently placing max-height on the gridster container works for me. However, the components can still disappear. So setting a max x and y for all items should do the trick in order to deny them to go any further. (or max height as well if the x it from the upper left corner of the components.)
Update: the components keep getting draggend and drop underneath even with max-height. Only the grid cells are invisible once they go past the fixed height. So I was wrong.
Im having the same trouble. My components disappear underneath and I have no scroll on the page whatsoever
any update on this ? . fix container size required!!