Monday 15 February 2010

angularjs - Scroll to selection in Angular ui-grid (not ng-grid) -



angularjs - Scroll to selection in Angular ui-grid (not ng-grid) -

for angular js grid work, i'm using ui-grid rather ng-grid ui-grid meant new version purer angular.

i've got grid i'm populating http response, , i'm able select row (based on finding record matching $scope variable value) using api.selection.selectrow method call.

what need next scroll grid record.

there's existing stack overflow question along same lines ng-grid , reply refers undocumented features not nowadays in ui-grid can't utilize approach.

the closest i've got finding $scope.gridapi.grid reference actual grid looking through properties , methods in chrome debugger doesn't show sounds work.

you can utilize cellnav plugin. should have reference row entity selection. documentation here.

gridapi.cellnav.scrollto(grid, $scope, rowentity, null);

angularjs grid scroll

No comments:

Post a Comment