vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

[Question] Trigger resize / updateLayout event from parent component?

Open mrvnklm opened this issue 5 years ago • 1 comments

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?

mrvnklm avatar Feb 21 '20 14:02 mrvnklm

Please provide a sample and versions you're using

gmsa avatar Nov 05 '20 15:11 gmsa