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

Extend grid properly vertically (add_faux_cell fix) #581

Closed Bajena closed 6 years ago

Bajena commented 8 years ago

This PR fixes https://github.com/ducksboard/gridster.js/issues/580 The solution is similar to: https://github.com/ducksboard/gridster.js/pull/440 ,but after applying the fix from 440 my grid started behaving crazy.

This change did the job for my case, hopefully it works for all cases. Cheers

Bajena commented 6 years ago

Closing this - the repo seems to be abandoned