RowPinningState

class RowPinningState(val top: List<String>? = null, val bottom: List<String>? = null)

Pinned-row ids partitioned by position. Both lists default to null (no rows pinned in that position).

Constructors

Link copied to clipboard
constructor(top: List<String>? = null, bottom: List<String>? = null)

Properties

Link copied to clipboard
val bottom: List<String>? = null
Link copied to clipboard
val top: List<String>? = null