File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/angular-formio/grid/src/form Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1111 < tr >
1212 < td *ngIf ="header " [colSpan] ="header.numHeaders ">
1313 < button *ngIf ="actionAllowed('formCreate') " class ="btn btn-primary form-btn-use float-start " (click) ="createItem.emit('form') "> < em class ="fa fa-plus bi bi-plus-lg "> </ em > {{ createText }}</ button >
14- < span class ="float-end item-counter "> < span class ="page-num "> {{ body.firstItem }} - {{ body.lastItem }}</ span > / {{ body.total }} total</ span >
14+ < span class ="pull-right item-counter "> < span class ="page-num "> {{ body.firstItem }} - {{ body.lastItem }}</ span > / {{ body.total }} total</ span >
1515 < span [attr.aria-label] ="label " role ="navigation ">
1616 < pagination [totalItems] ="body.total " [itemsPerPage] ="body.limit " [(ngModel)] ="body.skip " (pageChanged) ="pageChanged.emit($event) " [maxSize] ="size " class ="justify-content-center pagination-sm ">
1717 </ pagination >
You can’t perform that action at this time.
0 commit comments