Skip to content

Commit 9a109f1

Browse files
committed
- Default rowClick
1 parent 40e534b commit 9a109f1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build/js/ngReactGrid-0.6.1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ var NgReactGrid = function (scope, element, attrs, $rootScope) {
642642
this.totalCount = 0;
643643
this.totalPages = 0;
644644
this.currentPage = 1;
645+
this.rowClick = function() {};
645646
this.pageSize = 25;
646647
this.pageSizes = [25, 50, 100, 500];
647648
this.sortInfo = {field: "", dir: ""};

0 commit comments

Comments
 (0)