This commit is contained in:
mauriziovitale84
2017-07-19 14:18:44 +01:00
committed by Eugenio Romano
parent de242ea4f1
commit 9b651895cf

View File

@@ -244,7 +244,6 @@ export class DataTableComponent implements AfterContentInit, OnChanges, DoCheck
if (row) {
if (this.data) {
const newValue = !row.isSelected;
const rows = this.data.getRows();
const domEventName = newValue ? 'row-select' : 'row-unselect';
const domEvent = new CustomEvent(domEventName, {