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

Widgets pushes all empty row up it's like reverse gravity #561

Open TheGreenGentleman opened 8 years ago

TheGreenGentleman commented 8 years ago

I have a table where it stores Xs and Ys of data so I can map a seat plan. I used the css and the js file from the site (NEW) but it behaves differently. It pushes all the empty rows upward so that there will be no spaces.

capture

But when I used your css and js file from your Github (OLD) it works the way it should be.

Now, I should be fine just by using your old file but at the same time I want to use the updated version. All I did is dynamically add the data-row and data-col values directly from my database.