Column Id Sorting
data class ColumnIdSorting(val id: String?, val strategy: Sorting = Sorting.NONE)
Content copied to clipboard
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.