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.04k stars 1.2k forks source link

How to do horizontal direction (right to left) movement when removing widgets in GidsterJS, as of now GridsterJS supports vertical direction only. #609

Open ragunathanm opened 2 years ago

ragunathanm commented 2 years ago

Hi Team, I am trying to re-align grid items after removing item on it - when deleting widget by default gridster automatically pushes bottom widget to top, but I need to push right to left direction if no other widget is occupied. Please see the below image for reference.

DeleteWidget Thanks in advance, Ragunathan M