144
Views
3
Comments
How do you make expandable row with Outsystems Data Grid?
Question

https://www.outsystems.com/forge/component-overview/9764/outsystems-data-grid
Using OutSystems Data Grid, I would like to have each row expandable while having several columns. When you expand the row, it would have a nested grid inside of it or just an expandable row that has labels/columns with multiple records. These columns would be different than the columns used by the unexpanded rows.

Is this possible to do with OutSystems DataGrid in reactive?

UserImage.jpg
Gaurav Jain

In DataGrid you can have various columns type like Text, Date, Number etc. Lets say you have one column on which you want to have grid, you can use accordion to make it expendable.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Content/Accordion 


UserImage.jpg
Bradly Lewis

Widgets that don't come with the DataGrid forge component don't seem to appear in the table.

2025-04-17 05-42-16
Ajit Kurane

Hi Bradly,

If I understood it well then you can use below forge componet as an alternative.

https://www.outsystems.com/forge/component-overview/10423/expandable-table-row

Thanks,

Ajit Kurane.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.