Hi folks,I'm sure this is a simple fix -- but I've been banging my head
for a few days on it.I have a Table (Table1) which contains a section
(SectionArea) (repeating), each SectionArea has Row1, Datarow
(repeating), Row3I have the standard + - buttons on the sectionArea,
they work fine. Add var nIndex = SectionArea.index;
_SectionArea.addInstance();Delete_SectionArea.removeInstance(SectionArea.index);The
Datarow add button works fine with:var nIndex = Datarow.index;var s =
"SectionArea[" + Sect...