AAE-27309 Add selectable property to datatable row (#10368)

* AAE-27309 Add selectable property to datatable row

* AAE-27309 Update documentation
This commit is contained in:
Diogo Bastos
2024-11-06 13:39:18 +00:00
committed by GitHub
parent 258f01803c
commit db22c6aac9
6 changed files with 38 additions and 7 deletions

View File

@@ -81,6 +81,7 @@ An array of [`DataRow`](../../../lib/core/src/lib/datatable/data/data-row.model.
```ts
interface DataRow {
isSelected: boolean;
isSelectable?: boolean;
isDropTarget?: boolean;
cssClass?: string;
hasValue(key: string): boolean;