onSort
fun <S> TableView<S>.onSort(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(SortEvent<TableView<S>>) -> Unit)
See also
TableView.setOnSort
fun <T> TreeTableView<T>.onSort(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(SortEvent<TreeTableView<T>>) -> Unit)
See also
TreeTableView.setOnSort