good first issue
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
after adding a new row, I am trying to set focus to the first row and the first column, but it doesn't work.
$scope.gridApi.cellNav.scrollToFocus( $scope.gridOptions.data[0], $scope.gridOptions.columnDefs[0]);
here is a plunker for the same http://plnkr.co/edit/6zyZ5q?p=preview