-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Feature Request] Data Table expand all expandable per default #2890
Comments
Sounds like the user wants an "expandAllByDefault" prop of some sort. A temporary solution: https://codepen.io/anon/pen/aEJeVo |
@nekosaur thoughts on this? |
I think we should perhaps expose the internal |
+1 for this feature |
Please don't post comments saying +1. Github added reactions where you can
voice your interest and have it be sortable for the devs. Thank you
…On Jan 16, 2018 2:52 PM, "Matei-Alexandru Nenciu" ***@***.***> wrote:
+1 for this feature
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2890 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIpOgp6KIKQ8XxX-vs6mE6j0mi5ByXVsks5tLP4TgaJpZM4RO-v5>
.
|
Is this something you think you can still do for v1.1 @nekosaur ? |
allows one to modify expansion outside of data-iterable components closes #2890
allows one to modify expansion outside of data-iterable components closes #2890
allows one to modify expansion outside of data-iterable components closes #2890
@AakifMushtaq I got this error too, so I typecast to
|
Try look at this example |
@VitalickS yes that works |
Shouldn't expanded be a v-model instead, like for the selected rows? |
New Functionality
Expand all slots on a v-data-table per default. Currently i have to click each row to expand.
Improvements
I have to iterate all rows and emit a click event.
Bugs or Edge Cases it Helps Avoid
Invalid "expanded" value on row.
The text was updated successfully, but these errors were encountered: