cancel
Showing results for 
Search instead for 
Did you mean: 

Table with in a table Popin

Former Member
0 Kudos

Hi,

I need to put a table with in a Table pop in. I am able to achieve the table but the I am unable to display different data for each pop in. action.

Example.

Table has 3 records

Row 1

Row 2

Row 3

On expanding Row1 using pop in I am able to display the table.

On expanding Row 2, leaving Row 1 expanded, changes the data in both the Areas, showing data  of Row 2.

Could you please help in resolving the issue.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Prasanth,

To display different data inside the table popin, create child node inside the parent node.


Parent_node(0....n)

     Child_node( 0....n )

Create a supply function for CHILD_NODE and on select of any row in parent table, write the logic to fill data of child node . Bind this child node to TABLE_POPIN's table

Now, if you select row1, you can fill child node in supply function and it populates the data,

similarly, it works for other rows as well

Hope this helps you.

Regards,

Rama

Answers (0)