https://www.outsystems.com/forge/component-overview/9764/outsystems-data-gridUsing 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?
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
Widgets that don't come with the DataGrid forge component don't seem to appear in the table.
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.