mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-773] Fix datatable custom template render (#1947)
This commit is contained in:
parent
9358c24003
commit
872d74efa6
@ -198,7 +198,6 @@ export class DataTableComponent implements AfterContentInit, OnChanges {
|
|||||||
if (this.data) {
|
if (this.data) {
|
||||||
this.data.setRows(this.convertToRowsData(rows));
|
this.data.setRows(this.convertToRowsData(rows));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private setTableSchema() {
|
private setTableSchema() {
|
||||||
let schema: DataColumn[] = [];
|
let schema: DataColumn[] = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user