Example (VueJs / Vuetify) i want to achieve:
Vaadin only has TreeGrid#addHierarchyColumn(ValueProvider)
which does not allow adding icons.
This feature is not yet in the Vaadin 14 framework, but it has just been actually implemented and is coming to the next minor version, i.e 14.2
Meanwhile it is possible to have a workaround using Template renderer, like I have done it in my FileSelect component.