dattn / dnd-grid

A vuejs grid with draggable and resizable boxes
307 stars 48 forks source link

stop resize pushing boxes outside of layout when max-cols/max-rows was set #46

Closed romucci closed 5 years ago

romucci commented 5 years ago

When resizing a full grid, the other boxes get pushed to the bottom going out of the boundaries of max columns and rows. Any idea how to stop this behaviour? Or at least if the json layout was updated with the new positions...