Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed all option #62

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
removed all option
shaunlumbcgov committed Oct 24, 2023
commit 773dd879f817ab3a774095378d6485e42f9a1b93
4 changes: 4 additions & 0 deletions frontend/src/views/SchoolSearchView.vue
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@
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"