This commit is contained in:
mauriziovitale84
2017-07-19 14:18:44 +01:00
parent 3dfcb6d5f5
commit fbdeead5c4

View File

@@ -245,7 +245,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, {