Getting Child IDs

This API returns an array of rowIDs of the first-level children for the current cell.

emxEditableTable.getChildrenRowIds

This API requires this input argument:


  • rowId. The row ID of the needed cell.

Example:

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