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

前端 未结 4 869
名媛妹妹
名媛妹妹 2021-02-19 06:38

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..

4条回答
  •  囚心锁ツ
    2021-02-19 07:14

    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

提交回复
热议问题