Updating row.child() without sliding up?

Updating row.child() without sliding up?

shellcodeshellcode Posts: 2Questions: 1Answers: 0
edited February 2016 in Free community support

I'm trying to figure how to update an open (shown) child row.

For updating my row.child() I'm using
row.child(format(rowData));
When doing so, the row child immediately slides up.

Is there a way to update a row.child() that is shown on screen right away (so its data is altered on screen)?

Answers

This discussion has been closed.