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
display: table-row; does not allow height to be set lower than min-content. I tried adding this for expandable rows a while ago but the only way I could get it to work was by creating a separate table inside a div and transitioning that instead: 057451f
We would have to switch from actual tables to css grid for this to work which I don't see happening any time soon.
Environment
Vuetify Version: 3.7.6
Vue Version: 3.5.13
Browsers: Edge 131.0.0.0
OS: Windows 10
Steps to reproduce
I need to implement add/remove animation in VDataTable, but VExpandXTransition doesn't work.
Expected Behavior
VExpandXTransition has animation.
Actual Behavior
VExpandXTransition has no animation.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: