grid
grid copied to clipboard
nesting of gridlist
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
By the way is there a way to disable dragging feature
You can pass dragAndDrop: false to the plugin constructor.
Hi @andrei-picus-hs, is there anyway I can create nested grid with drag and drop support ?