maybe a stupid question, but where do i change the Visible rows per page for the usergrid in Angular 1.5?
Thanks in advance! Rene van Woezik
3 Answer(s)
-
0
Hi,
You can change it here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/users/index.js#L38">https://github.com/aspnetzero/aspnet-ze ... dex.js#L38</a>.
It is the paginationPageSize parameter.
-
0
Tried that but that only changes the paged rows, not the visible rows. I like to have 20 rows visiblie per page without scrolling.
-
0
Hi,
Sorry, I missunderstand you. I found this issue on angular ui-grid's github repo <a class="postlink" href="https://github.com/angular-ui/ui-grid/issues/1735">https://github.com/angular-ui/ui-grid/issues/1735</a>.
minRowsToShow property is suggested for your requirement but I didn't try this. Can you give it a try ? It is mentioned here <a class="postlink" href="http://ui-grid.info/docs/#/tutorial/108_hidden_grids">http://ui-grid.info/docs/#/tutorial/108_hidden_grids</a>.
Thanks.