#393 readme updates

This commit is contained in:
Denys Vuika
2016-07-11 15:30:21 +01:00
parent 491a9ab57b
commit 0a9cc60016
3 changed files with 261 additions and 42 deletions

View File

@@ -94,7 +94,7 @@ export class DataTableComponent implements OnInit, AfterViewChecked {
}
}
onRowClick(row: DataRow, e?) {
onRowClick(row: DataRow, e?: Event) {
if (e) {
e.preventDefault();
}