Since you know that you never want more than 8 rows, you could show/hide the rows rather than create them to ensure consistent data.To show a row, you will need to check each row to find the first hidden row and make it visible. Code might be something like this: rowNodes = xfa.resolveNodes("rowOb...