我使用vue 3与vuetify 3,在vuetify 2版本中,我使用页脚 prop 来设置itemsPerPage选项。
在Vuetify 3中,我无法使用它。
<v-data-table-server
:footer-props="{
'items-per-page-options': itemsPerPageOptions,
showFirstLastPage: true,
disableItemsPerPage,
}"
>
</v-data-table-server>
我在Vuetify api中找不到任何信息。
1条答案
按热度按时间kcwpcxri1#
添加 prop