Improved pagination display for large page counts
This commit is contained in:
@@ -286,7 +286,7 @@ function handleDischargeSuccess(data) {
|
||||
</div>
|
||||
</div>
|
||||
<Pagination v-if="totalItems > 0" :total="totalItems" :items-per-page="pageSize" :page="pageNum"
|
||||
:sibling-count="1" @update:page="setPage">
|
||||
:sibling-count="1" :show-edges="true" @update:page="setPage">
|
||||
<PaginationContent v-slot="{ items }">
|
||||
<PaginationPrevious />
|
||||
<template v-for="(item, index) in items" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user