Expand my Community achievements bar.

Dynamicly insert rows in a table

Avatar

Former Community Member
I wanna know if it is possible to dynamicly insert and delete rows into a table. So I want to have a table with a column with only "add-buttons" and a column with only "delete-buttons". If you click on an add, after that row an extra row would be inserted. If you click on a delete-button, the row would be deleted.
4 Replies

Avatar

Former Community Member
Yes, this is called a client-side dynamic PDF form. Have a look at the dynamic interactive Purchase Order sample in C:\Program Files\Adobe\Designer 7.1\EN\Samples\Purchase Order\Dynamic Interactive\Forms

Avatar

Former Community Member
is it possible to dynamically insert another cell or column?

Avatar

Former Community Member
The removeInstance works fine by deleting the specific row selected, but the addInstance adds the row to the bottom of the table. Is it possible to insert a row in between other rows??

Avatar

Former Community Member
ya you have to use the moveInstance(int x, int y) x= which instance y= to where