mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2104 from gradido/fix-pagination-ellipsis
Fix pagination ellipsis
This commit is contained in:
commit
f95831d6a0
@ -11,6 +11,7 @@
|
|||||||
:per-page="perPage"
|
:per-page="perPage"
|
||||||
:total-rows="rows"
|
:total-rows="rows"
|
||||||
align="center"
|
align="center"
|
||||||
|
:hide-ellipsis="true"
|
||||||
></b-pagination>
|
></b-pagination>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -29,6 +29,7 @@
|
|||||||
per-page="perPage"
|
per-page="perPage"
|
||||||
:total-rows="rows"
|
:total-rows="rows"
|
||||||
align="center"
|
align="center"
|
||||||
|
:hide-ellipsis="true"
|
||||||
></b-pagination>
|
></b-pagination>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col cols="12" lg="6" class="shadow p-3 mb-5 rounded bg-info">
|
<b-col cols="12" lg="6" class="shadow p-3 mb-5 rounded bg-info">
|
||||||
|
|||||||
@ -52,6 +52,7 @@
|
|||||||
per-page="perPage"
|
per-page="perPage"
|
||||||
:total-rows="rows"
|
:total-rows="rows"
|
||||||
align="center"
|
align="center"
|
||||||
|
:hide-ellipsis="true"
|
||||||
></b-pagination>
|
></b-pagination>
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
:per-page="pageSize"
|
:per-page="pageSize"
|
||||||
:total-rows="contributionCount"
|
:total-rows="contributionCount"
|
||||||
align="center"
|
align="center"
|
||||||
|
:hide-ellipsis="true"
|
||||||
></b-pagination>
|
></b-pagination>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -69,6 +69,7 @@
|
|||||||
:per-page="pageSize"
|
:per-page="pageSize"
|
||||||
:total-rows="transactionCount"
|
:total-rows="transactionCount"
|
||||||
align="center"
|
align="center"
|
||||||
|
:hide-ellipsis="true"
|
||||||
></b-pagination>
|
></b-pagination>
|
||||||
|
|
||||||
<div v-if="transactionCount <= 0" class="mt-4 text-center">
|
<div v-if="transactionCount <= 0" class="mt-4 text-center">
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
:per-page="pageSize"
|
:per-page="pageSize"
|
||||||
:total-rows="transactionGdtCount"
|
:total-rows="transactionGdtCount"
|
||||||
align="center"
|
align="center"
|
||||||
|
:hide-ellipsis="true"
|
||||||
></b-pagination>
|
></b-pagination>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user