Hi,
On the + button add the following code:
this.parent.instanceManager.addInstance(true);
On the - button add the following code:
this.parent.instanceManager.removeInstance(this.parent.index);
Please Note:
1) this.parent refers to the repeating row path
2) The subform in which your table is placed should be "Flow" content.
Thanks,
VJ