Hi guys, how do you set to open by default all panels of Accordion?
Im using Vaadin 13.0.7
Regards,
Hi guys, how do you set to open by default all panels of Accordion?
Im using Vaadin 13.0.7
Regards,
nevermind guys, just read the documentation and it says it can only open one panel at a time… LOL
You can use Details
components to achieve multiple open panels. An Accordion
is more or less just a collection of Details
.
Olli Tietäväinen:
You can useDetails
components to achieve multiple open panels. AnAccordion
is more or less just a collection ofDetails
.
Thanks Olli