Getting Parent ID

This API returns the row ID of the parent row for the current cell.

emxEditableTable.getParentRowId

This API requires this input argument:


  • rowId. The row ID of the needed cell.

Example:

Var rowId = [0,1];
emxEditableTable.getParentRowId(rowId)