Avatar

Level 10

I don't know if it's possible to mix rows in a table like you have there, at least not easily...it might be possible with some fancy scripting. You can replicate what you are trying to do by building your table out of repeating subforms and then you'll have control over what goes where.

To delete the row that the button is in you can use:

_RowName.removeInstance(this.parent.index);