gridstack / gridstack.js

Build interactive dashboards in minutes.
https://gridstackjs.com
MIT License
6.38k stars 1.27k forks source link

Nested grid init issues #2652

Closed komitoff closed 3 months ago

komitoff commented 3 months ago

Hello there, I am trying to use this library. My usage requires couple of level of nesting the grids. I am struggling to understand how the nested grids work correctly. Based on the documentation and the demos about nested grids, I created a very basic example.

https://jsfiddle.net/7L18p3hd/10/

In the example here, I have 2 items and 1 nested grid. When I drag an item to the nested grid, they become super small. Is there easy way to achieve something similar to this demo - https://gridstackjs.com/demo/nested.html#

Thanks in advance!