Vahe
Vahe
> Currently it's updating the 'parent' grid but not the nested one when the items change. Can you go into more detail?
This is my version But svelte does not react to it ```js items = items.map(val => { if (val.nested) { return { ...val, nestedItems: [ ...val.nestedItems, ...[gridHelp.item({ x: 2, y:...
This is caused by the `` component. [repl](https://svelte.dev/repl/3cd7079102534d4da9f82096b83dd6bd?version=3.12.1)
of course the changelog is awesome, i will probably not work on it now. i would also like to automate this process i can create release notes in the `/release`...
Yes, it's missing.
Thanks for your PR, I'll look at it later
Currently no. it will be a bit unusual to include this feature in this component, but I think it will be possible.when there is not enough row for the widget...
yeah it should be fixed
Try the latest version, hopefully it won't conflict with the z-index