Skip to content

Commit

Permalink
Merge pull request #62 from bcgov/removealloption
Browse files Browse the repository at this point in the history
removed all option
  • Loading branch information
suzalflueck authored Oct 26, 2023
2 parents 6ad4add + 025a70c commit 3d523ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/views/SchoolSearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
TOTAL: {{ results }} Current Page {{ currentPage }}
<v-data-table-server
v-model:items-per-page="itemsPerPage"
:items-per-page-options="[
{ value: 10, title: '10' },
{ value: 25, title: '25' },
{ value: 50, title: '50' },
{ value: 100, title: '100' }
]"
:expanded="expanded"
:headers="headers"
:items-length="results"
Expand Down

0 comments on commit 3d523ce

Please sign in to comment.