We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f86fc commit a3efa25Copy full SHA for a3efa25
src/components/table/helpers/mixin-pagination.js
@@ -23,7 +23,7 @@ export default {
23
},
24
paginatedItems() {
25
let items = this.sortedItems || this.filteredItems || this.localItems || []
26
- const currentPage =this.computedCurrentPage
+ const currentPage = this.computedCurrentPage
27
const perPage = this.computedPerPage
28
// Apply local pagination
29
if (this.localPaging && perPage) {
0 commit comments