File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="ui-grid-pager-panel " ui-grid-pager ng-show ="grid.options.enablePaginationControls ">
2
2
< div class ="ui-grid-pager-container ">
3
3
< div class ="ui-grid-pager-control ">
4
- < button type ="button " ng-click ="paginationApi.seek(1) " ng-disabled ="cantPageBackward() "> < div class ="first-triangle "> < div class ="first-bar "> </ div > </ div > </ button >
5
- < button type ="button " ng-click ="paginationApi.previousPage() " ng-disabled ="cantPageBackward() "> < div class ="first-triangle prev-triangle "> </ div > </ button >
4
+ < button type ="button " class =" ui-grid-pager-first " ng-click ="paginationApi.seek(1) " ng-disabled ="cantPageBackward() "> < div class ="first-triangle "> < div class ="first-bar "> </ div > </ div > </ button >
5
+ < button type ="button " class =" ui-grid-pager-previous " ng-click ="paginationApi.previousPage() " ng-disabled ="cantPageBackward() "> < div class ="first-triangle prev-triangle "> </ div > </ button >
6
6
< input type ="number " ng-model ="grid.options.paginationCurrentPage " min ="1 " max ="{{ paginationApi.getTotalPages() }} " required />
7
7
< span class ="ui-grid-pager-max-pages-number " ng-show ="paginationApi.getTotalPages() > 0 "> / {{ paginationApi.getTotalPages() }}</ span >
8
- < button type ="button " ng-click ="paginationApi.nextPage() " ng-disabled ="cantPageForward() "> < div class ="last-triangle next-triangle "> </ div > </ button >
9
- < button type ="button " ng-click ="paginationApi.seek(paginationApi.getTotalPages()) " ng-disabled ="cantPageToLast() "> < div class ="last-triangle "> < div class ="last-bar "> </ div > </ div > </ button >
8
+ < button type ="button " class =" ui-grid-pager-next " ng-click ="paginationApi.nextPage() " ng-disabled ="cantPageForward() "> < div class ="last-triangle next-triangle "> </ div > </ button >
9
+ < button type ="button " class =" ui-grid-pager-last " ng-click ="paginationApi.seek(paginationApi.getTotalPages()) " ng-disabled ="cantPageToLast() "> < div class ="last-triangle "> < div class ="last-bar "> </ div > </ div > </ button >
10
10
</ div >
11
11
< div class ="ui-grid-pager-row-count-picker ">
12
12
< select ng-model ="grid.options.paginationPageSize " ng-options ="o as o for o in grid.options.paginationPageSizes "> </ select >
You can’t perform that action at this time.
0 commit comments