Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition groups #3

Merged
merged 3 commits into from
Feb 2, 2021
Merged

Transition groups #3

merged 3 commits into from
Feb 2, 2021

Conversation

kulmann
Copy link
Owner

@kulmann kulmann commented Feb 2, 2021

This PR introduces capabilities for the tbody, which can be enabled and disabled by providing a transition name inside the new tbodyTransitionProps prop:

<vuetable … :tbodyTransitionProps="{ name: 'fade' }">…</vuetable>

However, the transition on the details row had to be removed. It will automatically adopt the tbody transition if there is one set, as it is just another table row.

@kulmann kulmann merged commit b8e5e5a into master Feb 2, 2021
@kulmann kulmann deleted the transition-groups branch February 2, 2021 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant