+
Grid with larger widgets swapping spots with smaller ones
+
This demo represents using the branch in swap mode. This works best with shift_larger_widgets_down set to "false". However, smaller widgets do
+ not displace larger ones.
+
+Restricts dragging from starting unless the mousedown occurs on the specified element(s).
+
+
+Drag or resize some widgets to the right side. Use max_cols option to set a maximum number of columns for the grid.
+
+When using multiple gridster instances on the same page you can scope the CSS code generated by gridster using namespace config
+ option.
+
+If a global max_size is specified through the config option, can be overwrited in specified widgets with HTML data-attributes or using set_widget_max_size
+ method. This page has a global max limit of 4x4
+
+
+Grab the right or bottom border and drag to the desired width or height.
+
+
+
Responsive Layout
+
This demo represents using the branch in responsive mode. This makes the grid as wide as the screen and responds to changes in browser
+ width.
+
+Widgets can be moved to an exact postion on the grid and the grid will not attempt to collapse it down to a smaller size. Also widgets will not move out of the way automatically, but will move only on mouse up
+
+
+Drag some widgets and see the log below.
+
+Resize some widgets and see the log below.
+
+
+