ColumnIdSorting

data class ColumnIdSorting(id: String?, strategy: Sorting)

Wrapping class to group the id of a Column with the sorting strategy. This is the base for the type `T` independent SortingPlan which itself is necessary for the internalState.

Constructors

ColumnIdSorting
Link copied to clipboard
js
fun ColumnIdSorting(id: String?, strategy: Sorting = Sorting.NONE)

Types

Companion
Link copied to clipboard
js
object Companion

Properties

id
Link copied to clipboard
js
val id: String?
strategy
Link copied to clipboard
js
val strategy: Sorting