table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table.state
/
SortState
Sort
State
@
Immutable
data
class
SortState
<
C
>
(
val
column
:
C
,
val
order
:
SortOrder
)
Current sort state: which
column
is sorted and in which
order
.
Members
Constructors
Sort
State
Link copied to clipboard
constructor
(
column
:
C
,
order
:
SortOrder
)
Properties
column
Link copied to clipboard
val
column
:
C
order
Link copied to clipboard
val
order
:
SortOrder