mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#82 multiselection UI for datatable
This commit is contained in:
@@ -97,6 +97,9 @@ export class ObjectDataTableAdapter implements DataTableAdapter {
|
||||
|
||||
// Simple implementation of the DataRow interface.
|
||||
export class ObjectDataRow implements DataRow {
|
||||
|
||||
isSelected: boolean = false;
|
||||
|
||||
constructor(
|
||||
private obj: any) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user