Avatar

Level 2

Hi all,

 

I have in my Adobe form a tabel with a + button to add rows and a - button to delete rows. The code for deleting a row is the following in the click event:

    var rowNum = this.parent.index;
    this.parent.instanceManager.removeInstance(rowNum);

 

However, on top of the table there are other fields as part of the master layout, and every time I delete a single table row the data that is manually maintained in the top fields within the master layout is as well deleted. 

Why?

deboraha5380687_0-1578491210948.png

 

Thanks.

 

BR, 

Deborah