Skip to content

Commit

Permalink
fix(ui): table visualization on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 27, 2021
1 parent e113d76 commit 6de59f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/nodes-table/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<v-data-table
:headers="headers"
:items="tableNodes"
:mobile-breakpoint="0"
:footer-props="{
itemsPerPageOptions: [10, 20, 50, 100, -1]
}"
Expand Down

0 comments on commit 6de59f4

Please sign in to comment.