How to create Expandable Table Row

how to create table row expand card view in Jmix.
I have tried to add accordion component. When I click on any row then the it will open like drawer/accordion on bottom and when I click on any other row then first one will hide and current will slide down.

Currently Table does not accept another component except tag

Please help, how do I implement this?

1 Like

Hi,

The table component doesn’t support expandable rows, but there is a similar functionality in the DataGrid component, called Item Details Generator. Live demo can be found here.

Regards,
Gleb

thanks a lot. I will try and let you know