removeAt

removeAt(int firstRowIndex, boolean withAttachedRows) method

Removes a row at the specified position from a table.

Parameters

NameTypeDescription
firstRowIndexintIndex of a row to delete.
withAttachedRowsbooleanTrue to delete also all attached rows.

Returns

void