0

I use vue 3 with vuetify 3, in vuetify 2 version i was use footer props to set itemsPerPage option.

In vuetify 3 i could not use it.

<v-data-table-server
:footer-props="{
  'items-per-page-options': itemsPerPageOptions,
  showFirstLastPage: true,
  disableItemsPerPage,
}"
>
</v-data-table-server>

Also i could not find any information in vuetify api.

Ersin Güvenç
  • 93
  • 1
  • 14

0 Answers0