selectCell

fun selectCell(rowIndex: Int, column: C)

Deprecated

Selection state moved to TableState.selection. Use selection.selectCell(rowIndex, column).

Replace with

selection.selectCell(rowIndex, column)