[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 9358c24003
commit 872d74efa6

View File

@ -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[] = [];