toggleSelect

fun toggleSelect(index: Int)

Deprecated

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

Replace with

selection.toggleRow(index)