mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7856] Show process variables in table (#7630)
* [AAE-7856] Show variables in table
* Exclude flaky tests
* Revert "Exclude flaky tests"
This reverts commit 6ac24cc14a
.
This commit is contained in:
@@ -70,6 +70,10 @@ export class ShareDataTableAdapter implements DataTableAdapter {
|
||||
this.allowDropFiles = allowDropFiles;
|
||||
}
|
||||
|
||||
getColumnType(_row: DataRow, col: DataColumn): string {
|
||||
return col.type;
|
||||
}
|
||||
|
||||
getRows(): Array<DataRow> {
|
||||
return this.rows;
|
||||
}
|
||||
|
Reference in New Issue
Block a user