subList

fun subList(fromIndex: Int, toIndex: Int): List<TableRow<T>>(source)

Returns a sub-list representation of the table from index fromIndex (inclusive) to index toIndex (exclusive).