ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

Resizing the gridster container reorder the widgets #548

Open arteschneuz opened 8 years ago

arteschneuz commented 8 years ago

Is it possible to resize and reorder the widgets on gridster after the the gridster container has been resized. If I make more space for the container (e.g. full screen or hidden menu), how is it possible to redraw the gridster to work with this extra space on the screen.

Right now even after a new instance I only can use the initial space.

Thx for any help