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

Added ability to specify scroll container for drag/resize #464

Open mooglemoogle opened 9 years ago

mooglemoogle commented 9 years ago

Our UI is set up such that the window isn't what scrolls in most cases. In order to support the scroll position following drag and resize, we needed to allow the container that should scroll to be passed in as an option.

dsmorse commented 9 years ago

Looks great I merged it into my fork dsmorse/gridster.js