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?
Replies
22-08-2008
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.