toggleCheckAll

fun toggleCheckAll(count: Int)

Deprecated

Selection state moved to TableState.selection. Use selection.toggleCheckAll(count).

Replace with

selection.toggleCheckAll(count)