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
I would like to use the expanded row feature to be shown only to the user, if my item has errors, but I can't for the life of me figure out, how that is supposed to work. I tried something like this:
runtime-core.esm-bundler.js:40 [Vue warn]: Property "item" was accessed during render but is not defined on instance. at <BaseTransition appear=false persisted=false mode=undefined ... > at <Transition name="v-window-x-transition" onBeforeEnter=fn<onBeforeTransition> onAfterEnter=fn<onAfterTransition> ... > at <MaybeTransition transition= {name: 'v-window-x-transition', onBeforeEnter: ƒ, onAfterEnter: ƒ, onEnterCancelled: ƒ, onBeforeLeave: ƒ, …} > at <VWindowItem value="current" > at <VWindow modelValue="current" onUpdate:modelValue=fn > at <ListingView onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {formatDate: ƒ, translateStatus: ƒ, switchTab: ƒ, handleFileUpload: ƒ, handleDownload: ƒ, …} > > at <RouterView> at <VMain> at <VApp> at <App>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use the expanded row feature to be shown only to the user, if my item has errors, but I can't for the life of me figure out, how that is supposed to work. I tried something like this:
I get the following error:
Beta Was this translation helpful? Give feedback.
All reactions