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

Composite widgets?? #503

Open foo123 opened 9 years ago

foo123 commented 9 years ago

Sorry if similar issue already exists, if so please point me to it

The problem is how can i create composite widgets (meaning using the Composite design-pattern) where each widget can have sub-widgets which are also resizable/draggable/droolable (inside their own container widget) ;) ?

(have already forked the repository because i was just looking to make something similar for design application i am building, so if i can add this feature myself i could do it and create a PULL-Request)

Thanks