cancel
Showing results for 
Search instead for 
Did you mean: 

Table in tree Structure

Former Member
0 Kudos

Hi all,

I need table to be displayed as tree element. Since table cannot be there as tree node element type, I created Tree and table as seperate elements and made initial visbility of table as NONE. And on action load children I changed the Visibility of the table as Visible. But again clicking on the opened arrow of the tree my table visibilty has to be changed to None. But when I click on the opened arrow it doesnt come to the Load children event.

So how to change the Visibility of the tree???

Regards,

Purushothaman.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182372
Active Contributor
0 Kudos

Hi,

May be this could be useful https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/38650ecd-0401-0010-10a0-f9d8fd37ed... [original link is broken]

Best regards, Maksim Rashchynski.

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

you can write that code for changing the visibility of table in

WdModify() ,but depending upon some condition or everytime you clicked it wil go on and off since on every click server round trip is done

hope it helps

regards,