[ADF-773] Fix datatable custom template render (#1947)

This commit is contained in:
Maurizio Vitale
2017-06-08 18:38:01 +01:00
committed by Eugenio Romano
parent 4585f2681f
commit 3f29074cf6

View File

@@ -198,7 +198,6 @@ export class DataTableComponent implements AfterContentInit, OnChanges {
if (this.data) {
this.data.setRows(this.convertToRowsData(rows));
}
}
private setTableSchema() {
let schema: DataColumn[] = [];