toggleSorting

abstract var toggleSorting: (desc: Boolean?, isMulti: Boolean?) -> Unit(source)

Toggles this columns sorting state. If desc is provided, it will force the sort direction to that value. If isMulti is provided, it will additivity multi-sort the column (or toggle it if it is already sorted). API Docs Guide