mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
bug fixes
This commit is contained in:
parent
4f5ca22363
commit
8af43bd788
@ -21,7 +21,7 @@
|
||||
export default {
|
||||
name: 'PaginationButtons',
|
||||
props: {
|
||||
totalRows: { type: Number, required: true },
|
||||
totalRows: { required: true },
|
||||
perPage: { type: Number, required: true },
|
||||
value: { type: Number, required: true },
|
||||
},
|
||||
|
||||
@ -84,6 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<pagination-buttons
|
||||
v-if="showPagination"
|
||||
v-model="currentPage"
|
||||
:per-page="pageSize"
|
||||
:total-rows="transactionCount"
|
||||
@ -130,6 +131,7 @@ export default {
|
||||
firstPage: this.currentPage,
|
||||
items: this.pageSize,
|
||||
})
|
||||
window.scrollTo(0, 0)
|
||||
},
|
||||
getProperties(givenType) {
|
||||
const type = iconsByType[givenType]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user