Skip to content

Conversation

CodeDredd
Copy link

πŸ”— Linked issue

resolves #3305

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Adds transition to the expandable rows in the Table component.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@CodeDredd CodeDredd changed the title feat(Table): Add transition to expandable rows feat(Table): add transition to expandable rows Feb 16, 2025
@CodeDredd
Copy link
Author

I don't know why test:vue is stubbing transition and test not....

# Conflicts:
#	test/components/__snapshots__/Table.spec.ts.snap
@benjamincanac
Copy link
Member

Closing this as it is not a solution to use the Transition component here, it is not how Nuxt UI components are designed.

I've tried using the Collapsible component instead which calc the height so the animation goes smoothly but didn't manage to make it work because of table behavior. Will try again asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UTable tr expand animation
2 participants