Avatar

Correct answer by
Level 10

Ok,

I was only guessing how your form looks like, thougt you're table is dynamically, so I used the instanceManager.count method.

If not you can also can use a fixed value as you mentioned.

Same goes for the columns.

In this case you also can drop the second loop.

The variables aren't used outside the loop so I put them into it.

But it will also work with the varibales outside.

You cannot use the nodes.length method, when the table has header/footer rows.

View solution in original post