SelectionByCheckBox

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

This selection strategy offers the selection via an additional checkbox per row, which is added in front of the row as artificial column.

See also

Constructors

SelectionByCheckBox
Link copied to clipboard
js
fun SelectionByCheckBox()

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)