ColumnCollection

Properties

Link copied to clipboard
abstract val state: Live<ColumnState>

Functions

Link copied to clipboard
abstract fun all(): List<Column>
Link copied to clipboard
abstract fun areFiltersApplied(): Boolean
Link copied to clipboard
abstract fun clearFilter()
Link copied to clipboard
abstract fun filter(option: Option2?)
abstract fun filter(key: String?)
Link copied to clipboard
abstract fun find(key: String?): Column?

Looks for a column and returns it.

Link copied to clipboard
abstract fun select(column: Column?): Column?
abstract fun select(key: String?): Column?

Selects a column and returns it.

Link copied to clipboard
abstract fun sort()
abstract fun sort(option: SortingOption?)