Question
2
Replies
576
Views
Searching for a new Pega Opportunity
Posted: April 23, 2019
Last activity: April 25, 2019
Nesting expandable row in table
Hi all,
I am trying to nest a expandable table over another expandable table, as shown in next image
It works when you select a row of the main table and, after it expands, select a row of the nested subtable.
The issue resides when you want to expand another row in the subtable, that throws the next error:
Any idea of that problem?
Thank you in advance.
Hi Rafael,
Looking at the error, the primary context page of inner table is getting changed to @baseclass instead of table context.
Using tracer try to check where the primary context page class is getting changed, enable stream rule and interaction to check that.
I have come across similar issues on context change with nested grids, for which hotfixes are available.
Thanks.