I love Vaadin Details component. But it looks like it is always pre-rendered. Is it possible to turn the Details component into the lazy-loading mode?
I'd like to render the Details content when user expands the panel. Is it possible to achieve with the Details component? If no, what may be used instead in order to implement such behavior?