cancel
Showing results for 
Search instead for 
Did you mean: 

button inconsistently working when Adding dynamic rows in table

0 Kudos

I have a very weird situation at hand.

I have several pages in my interactive form. 6 pages total.

Pages 3-6 have dynamic tables wherein I used a button to add rows to my tables.

Page 3: 2 tables working ok

Page 4: 3 tables, 1st table working ok, the rest add button not responding

Page 5-6: all add buttons are not responding

I have this javascript that should run when the button is clicked.

Table5.Data_Row5.instanceManager.addInstance(1); 

I have checked the table names and body rownames and all are correct.

Would anyone point me what I did wrong? I tried deleting the buttons and recreating them and of course reentering the script again but still not working.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

I got it! I forgot to tick the Repeat Row for each data item on the body row for the succeeding tables.