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

NoSelection
Link copied to clipboard
js
fun NoSelection()

Functions

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