Expandable rows in table

We have a requirement similar to How apply condition for expendable row of table having all source table rows . We need to expand a table row and showcase few tabs, inside which we need display additional information.
How to achieve this using constellation, in Pega 25? @JharnakM @SanjayP0

Hello @Arnab2202

I got a look at the images in the link which you have shared.

To my best knowledge we cannot have the exact requirement implemented in constellation. However, there are other alternative approaches.

I see that the table which is displayed is an embedded table where user will enter the information in a plain table way and then in another screen the same information is shown as hierarchical table.

Adding entries to an embedded table is pretty simple and you either Inline editing, modal and repeating view options. So this part is simple enough.

Now when you display the embedded list as table you can have rows displayed as table and you will have Edit and Delete options for each record. You could edit the record in modal and also delete the record.

I see another screenshot where you show the entries in a table with checkboxes for each entry. I din’t understand that part.

May be you can explain the requirement in detail of what the requirement is.

Regards

JC

Thank you @JayachandraSiddipeta for your response. You are absolutely correct that we can achieve some part of the requirement using table and modal.

But please look into the attachment for the exact requirement. We need to table within table, both expandable and the inner most view will selectable using radio buttons.

@JharnakM Unfortunately, we cannot have this kind of setup in Constellation.

You inner table can be setup inside the modal so that user can select a choice from the list.

That should be the best we can do OOTB to my best knowledge. If you have a strict requirement of exact look and feel then you can go with building custom table component

Regards

JC

Thanks @JayachandraSiddipeta , We are exploring different options to implement the same, with minimal deviation from the OOTB features.