Group table load not collapsed

Hello, I have a group table and all of its records are collapsed. Is there a way to start all the records expanded (not collapsed)?
Thank you

Hi,

You can invoke io.jmix.ui.component.GroupTable#expandAll in the AfterShowEvent handler.

Regards,
Gleb

That worked!! thanks!