ColumnSort

class ColumnSort(val desc: Boolean, val id: String)

One entry in SortingState. id identifies the column; desc is the direction (true for descending).

Constructors

Link copied to clipboard
constructor(desc: Boolean, id: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String