-
Notifications
You must be signed in to change notification settings - Fork 587
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
feat(Table): improve expanded
row
#2485
Conversation
i forgot to documented new props |
expanded
row
yes @benjamincanac |
expanded
rowexpanded
row
Thanks @rdjanuar π Does this imply breaking changes I should mention in the release note? |
yes u should @benjamincanac |
Oh yes sorry, I missed the |
Hi @benjamincanac , Do you have any plans to release it today? because i use the |
I am merging everything to make a release today indeed! |
okay thank you @benjamincanac, dont forget about this pr #2460. i really need it cause i have a lot of form that will be transform using the schema library |
@rdjanuar Do you have a Discord? |
Yes, I have @benjamincanac. My username is rdjanuar. |
Resolves #2244, resolves #2062, resolves #2301, resolves #1135
β Type of change
π Description
New Features
v-model:expand
to control expanded row statemultipleExpand
prop (default: true) to toggle multiple/single row expansiondisabledExpand
property to selectively disable row expansionexpand-action
to customize expansion control interfaceImprovements
update:expand
emit functionindex-based
comparisonBreaking Changes
v-model:expand
to achieve the functionality that was previously implemented usingslot expand
π Checklist