Skip to content

Commit a720346

Browse files
authored
Merge branch 'master' into dialog
2 parents 1435f52 + e439c0e commit a720346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table/table.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ export class Table {
682682
this.model.selectRow(index, false);
683683
});
684684
this.model.selectRow(index, !this.model.rowsSelected[index]);
685+
this.onRowCheckboxChange(index);
685686
}
686687
}
687688

0 commit comments

Comments
 (0)