-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
Support TreeView item label templating #1660
Comments
This sounds appropriate to me, especially given the proposed state for slots in #1621. |
I think this is too restrictive, though. In my example I access the source item as is, so additional properties can be used for styling or data display. Maybe that should be split into two props, |
Currently the
TreeView
does not allow much customization in how the items are displayed.It would be helpful if an optional slot is provided that is passed the item instance, e.g.
The text was updated successfully, but these errors were encountered: