Expand my Community achievements bar.

Add subform instance with nested tables

Avatar

Former Community Member
Hi- I am new to using Live Cycle and am trying to create a form which initially displays one table which has several nested tables within it. I want the user to be able to click a button in order to add another instance of that whole table, including the nested tables within it.

Can anyone help me with how to do this?
1 Reply

Avatar

Former Community Member
Hi Venessa,

No matter what is inside the table you can create new instances of table by instanceManager.

YourTableName.instanceManager.addInstance(); method works on JavaScript click event of the button.

Hope helps,



Asiye

asiyegunaydin@kgc.com.tr