focusRow

fun focusRow(index: Int)

Deprecated

Selection state moved to TableState.selection. Use selection.focusRow(index).

Replace with

selection.focusRow(index)