Selection By Click
This selection strategy enables the selection by clicking onto a row of the table.
See also
Constructors
SelectionByClick
Link copied to clipboard
fun SelectionByClick()
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>, T>, renderContext: Tr)
Content copied to clipboard