Browse Source

Adding showFirstLastPage flag in DocumentList

pull/981/head
Collin Brown 4 years ago
parent
commit
ac8918bba7
1 changed files with 1 additions and 0 deletions
  1. 1
      frontend/components/containers/documents/DocumentList.vue

1
frontend/components/containers/documents/DocumentList.vue

@ -8,6 +8,7 @@
:search="search"
:loading="loading"
:footer-props="{
'showFirstLastPage': true,
'items-per-page-options': [10, 50, 100]
}"
item-key="id"

Loading…
Cancel
Save