Skip to content

Commit

Permalink
Fixes for pagination.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Dec 12, 2023
1 parent 46989e3 commit 2cd023b
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 2cd023b

Please sign in to comment.