Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
fix: Rows per page not set correctly (#793)
Browse files Browse the repository at this point in the history
closes #792

Co-authored-by: Andreas Hochsteger <andreas.hochsteger@oeamtc.at>
  • Loading branch information
ahochsteger and Andreas Hochsteger committed Oct 16, 2020
1 parent d7bdb2c commit 5cffb01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
<v-data-table
:headers="headers"
:items="tableNodes"
:items-per-page-options="[10, 20, { text: 'All', value: -1 }]"
:footer-props="{
itemsPerPageOptions: [10, 20, { text: 'All', value: -1 }]
}"
item-key="node_id"
class="elevation-1"
>
Expand Down

0 comments on commit 5cffb01

Please sign in to comment.