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

Grid with no gravity #193

Open benmonro opened 11 years ago

benmonro commented 11 years ago

Currently in gridster when you move items around, the items around it will gravitate to the up to either the next closest item or the top of the grid. However, you do not see this behavior horizontally. i.e. if I have a 3 x 3 grid and I Move all the items in column 2 into column 1, column 2 stays empty. Yet if I move an item in row 1 column 3 into column 2 or 1, then all the items in column 3 shift up by 1. Is there a way to make gridster behave the same way in the vertical axis as it does in the horizontal access? i.e. have everything in column 3 stay here it was? image

image

stereokai commented 11 years ago

Read the readme on the main page here on github please.

lgm42 commented 10 years ago

I'm sorry but this features interest me and I don't really understand your answer.

BtM909 commented 10 years ago

Actually this is one thing I've been looking for as well... As gridster isn't actively maintained anymore, I'm looking to see if changes to https://github.com/dustmoo/gridster.js will help myself and the rest here.

corand commented 10 years ago

I also need this behavior

aw3s0me commented 10 years ago

+1

mark-casasoft commented 9 years ago

I was also looking for such behaviour. I want items to just stay where there are and not pack them up towards the top. Would love to have such behaviour!