ColumnIdSorting

data class ColumnIdSorting(val id: String?, val strategy: Sorting = Sorting.NONE)

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

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

Types

Link copied to clipboard
object Companion

Properties

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