table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table.state
/
TableState
/
setSort
set
Sort
fun
setSort
(
column
:
C
,
order
:
SortOrder
?
=
null
)
Toggle or set sorting for a
column
. If
order
is null, cycles ASC -> DESC -> none.