You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have a problem in Vue 3 with rendering components in grid-stack.
I tried using GridStack.renderCB() along with a custom GridStackItemComponent that renders components via (I wanted to use sizeToContent for custom components), but I got to the point where I had to pass an appContext (I use i18n, vuetify, etc., so they are required for the components I want to render) for the widgets I created and it caused the app to crash.
I'm currently rendering them in the template with v-for, but the sizeToContent doesn't work properly - say the widget is 1x1 in size, but it overflows and obscures other rows
Do you have any ideas what I am doing wrong or what I need to do to make it work?
The text was updated successfully, but these errors were encountered:
Hi
I have a problem in Vue 3 with rendering components in grid-stack.
I tried using GridStack.renderCB() along with a custom GridStackItemComponent that renders components via (I wanted to use sizeToContent for custom components), but I got to the point where I had to pass an appContext (I use i18n, vuetify, etc., so they are required for the components I want to render) for the widgets I created and it caused the app to crash.
I'm currently rendering them in the template with v-for, but the sizeToContent doesn't work properly - say the widget is 1x1 in size, but it overflows and obscures other rows
Do you have any ideas what I am doing wrong or what I need to do to make it work?
The text was updated successfully, but these errors were encountered: