Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make gridster.js tiles stick in specific grid positions (snap to grid)

is there any way to make Gridster.js tile(s) stick, that is not move up vertically to fill empty space. Kind of like the way a layout program with snap-to-grid turned on works...

like image 331
user265505 Avatar asked Jun 24 '14 18:06

user265505


1 Answers

Use this fork https://github.com/dsmorse/gridster.js with

shift_widgets_up: false

option.

See demo : http://dsmorse.github.io/gridster.js/demos/sticky-postion.html

like image 86
Anatolii Bivol Avatar answered Sep 27 '22 19:09

Anatolii Bivol