getSubRows

abstract var getSubRows: (originalRow: TData, index: Int) -> ReadonlyArray<TData>?(source)

This optional function is used to access the sub rows for any given row. If you are using nested rows, you will need to use this function to return the sub rows object (or undefined) from the row.