mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user