Hi Gurus,
I am trying to create a dynamic table in Adobe form. I have created a table which has one row with header and footer. I have checked the "Repeat table for each data Item"
Now I have added a button on which click it will add one more row to the table. The row name is "Item".
On the click event for the Button I wrote the following Java Script for creating multiple row.
Table1._Item.addInstance(0);
But when I click on the button in the Preview mode I don't get the row added to the table.
I don't know where I am going wrong.
Any help in this regard is highly appreciated.
Thanks,
Bluesh