Matti Tahvonen
Matti Tahvonen
Slightly related issue from V7/8 version: https://github.com/vaadin/framework/issues/8980
@archiecobbs Do you have the problem with Grid or with some other component? If it is Grid, try the latest cut of Viritin's VGrid (in.virit:viritin:2.6.3, soon in Maven central), that...
Well, Viritin components generally work as I think Vaadin components should work 🤣 Sometimes I'm able to promote some solutions to core though. I'd guess this (not using JDK Introspector)...
IIRC, both those store properties like Introspector as well (and would be new deps for core Vaadin).
Here is a gist that contains code with TreeGrid instead of org.vaadin.tatu.Tree: https://gist.github.com/mstahv/835c997fa1d5d9755ed740281c4cd55d
A separate PR changed to use JUnit 5 only in v24 branch
I created a draft PR to add trivial SVG support to Html, but only read-only: https://github.com/vaadin/flow/pull/15539. For that use case it might be though better to create a separate Svg...
Also drafted the Svg component idea: https://github.com/vaadin/flow/pull/15540
Status update: The master branch now contains Svg component to display images (and to allow styling them with css), but Element API still don't support SVG. There is a start...
Hi! I love Lombok as well, but originally left it out from this example on purpose: there are many who hate it and wanted to keep dependencies to minimum. So...