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

Link copied to clipboard
fun SelectionByCheckBox()

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)