NoSelection

class NoSelection<T, I> : SelectionStrategy<T, I>

Selection strategy for disabling the selection at all.

Acts as the null object pattern.

See also

Constructors

Link copied to clipboard
fun NoSelection()

Functions

Link copied to clipboard
open override fun manageSelectionByExtraColumn(component: DataTableComponent<T, I>)
Link copied to clipboard
open override fun manageSelectionByRowEvents(    component: DataTableComponent<T, I>,     rowStore: SubStore<List<T>, T>,     renderContext: Tr)