grid icon indicating copy to clipboard operation
grid copied to clipboard

nesting of gridlist

Open iamtennislover opened this issue 9 years ago • 2 comments

Great work on Grid :) I needed some help on creating a nested gridlist. Something like http://codepen.io/tannerlinsley/pen/lrpoi

I was able to insert a childgrid into a parentgrid, but the childgrid cannot be interacted with (as in it cannot be dragged). By the way is there a way to disable dragging feature

iamtennislover avatar Mar 27 '15 02:03 iamtennislover

By the way is there a way to disable dragging feature

You can pass dragAndDrop: false to the plugin constructor.

andrei-picus-hs avatar Jul 13 '15 12:07 andrei-picus-hs

Hi @andrei-picus-hs, is there anyway I can create nested grid with drag and drop support ?

aubrijesh avatar Jul 07 '21 15:07 aubrijesh