Stateful Item
data class StatefulItem<T>( val item: T, val selected: Boolean, val sorting: Sorting)
Content copied to clipboard
This class is meant for combining the data of one row with the current state specific properties like the sorting strategy or whether the row is currently selected.