How to do client-side pagination with ngGrid?
问题 If you set the enablePaging options of an ng-grid to true , you enable server-side pagination. What about client-side one? I could not find any hint on this in the documentation, but I can not imagine that ng-grid does not support client-side paging as well. Any hint? 回答1: I think the example given on the angular page (http://angular-ui.github.io/ng-grid/) actually shows an example of client-side paging. If you look at the data load that is being called by the sample script (http://angular-ui