Expand my Community achievements bar.

_detail.insertInstance (row order of insertion)

Avatar

Level 3

Hi:

I'm trying to add a row dynamically... when I do it adds the new row after the beginning row instead of at the end.  the command I use is...

_detail.insertInstance(1);

is their a way to insert the row at the end instead of the middle?

Thanks

1 Reply

Avatar

Former Community Member

Use the addInstance(1) method instead if the insertInstance(1).

Paul