Selection By Check Box
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
fun SelectionByCheckBox()
Content copied to clipboard
Functions
manageSelectionByExtraColumn
Link copied to clipboard
open override fun manageSelectionByExtraColumn(component: DataTableComponent<T, I>)
Content copied to clipboard
manageSelectionByRowEvents
Link copied to clipboard
open override fun manageSelectionByRowEvents(component: DataTableComponent<T, I>, rowStore: SubStore<List<T>, List<T>, T>, renderContext: Tr)
Content copied to clipboard