mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7856] Show variables in table
This commit is contained in:
@@ -77,6 +77,10 @@ export class ObjectDataTableAdapter implements DataTableAdapter {
|
||||
this.rowsChanged = new Subject<Array<DataRow>>();
|
||||
}
|
||||
|
||||
getColumnType(_row: DataRow, col: DataColumn): string {
|
||||
return col.type;
|
||||
}
|
||||
|
||||
getRows(): Array<DataRow> {
|
||||
return this._rows;
|
||||
}
|
||||
|
Reference in New Issue
Block a user