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

This commit is contained in:
Maurizio Vitale
2017-08-01 11:25:32 +01:00
committed by Eugenio Romano
parent 9358c24003
commit 872d74efa6
@@ -198,7 +198,6 @@ export class DataTableComponent implements AfterContentInit, OnChanges {
if (this.data) {
this.data.setRows(this.convertToRowsData(rows));
}
}
private setTableSchema() {
let schema: DataColumn[] = [];