vue-grid-layout
vue-grid-layout copied to clipboard
[Question] Trigger resize / updateLayout event from parent component?
I am using the same grind on two child components: one for editing, one is "read only", just showing the grid. When I change the layout (using vuex), the "viewer" also updates the css so the grid items arrange like in the editor, but the layout is not adjusting on changes, so the container is not growing and my styles break. Is there a way to trigger the event manually or is this even a bug?
Please provide a sample and versions you're using