Skip to content

Commit

Permalink
Merge pull request #1837 from bcgov/feature/pagination
Browse files Browse the repository at this point in the history
Fixes for pagination.
  • Loading branch information
mightycox authored Dec 12, 2023
2 parents 46989e3 + 2cd023b commit 56f5b92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<v-data-table
id="dataTable"
v-model="selectedRecords"
v-model:page="pageNumber"
:headers="headers"
:items="prbStudentSearchResponse.content"
:items-per-page="prbStudentSearchResponse.pageable.pageSize"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
</v-row>
<v-data-table
id="details-table"
v-model:page="pageNumber"
v-model="selectedTwins"
return-object
:headers="headers"
Expand Down

0 comments on commit 56f5b92

Please sign in to comment.