| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.datatable.plugins |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.deselectAll(SelectionCondition<T> selectionCondition)
Deselect all table rows that match a condition
|
void |
DataTable.selectAll(SelectionCondition<T> selectionCondition)
Select all table rows that match a condition
|
| Modifier and Type | Method and Description |
|---|---|
SelectionPlugin<T> |
SelectionPlugin.setSelectionCondition(SelectionCondition<T> selectionCondition)
Set a condition to use to determine if a row should be selectable or not
|
Copyright © 2019–2022 Dominokit. All rights reserved.