我实施了一个小时列表[00:00,00:06,...]的分页。我使用的是NgxPaginationModule。我的每页项目将被修复,但不是[1,2,3,...]页面,我想[0h-2h,2h-4h,....]。
<div class=" pagination justify-content-center">
<pagination-controls
[id]="config2.id"
[maxSize]="maxSize2"
[directionLinks]="directionLinks2"
[autoHide]="autoHide2"
[previousLabel]="labels2.previousLabel | translate"
[nextLabel]="labels2.nextLabel | translate"
[screenReaderPaginationLabel]="labels2.screenReaderPaginationLabel"
[screenReaderPageLabel]="associatePagination6minPage(labels2.screenReaderPageLabel)"
[screenReaderCurrentLabel]="labels2.screenReaderCurrentLabel"
(pageChange)="pagination2.onPageChange($event)"></pagination-controls>
</div>