Vuetify v-data-table 去掉底部分页
Vuetify About 254 words需求
数据需要全部展示,无需底部的分页操作栏。
v-data-table
使用bottom
的插槽,放一个空节点即可。
<v-data-table
:headers="headers"
:items="items"
:loading="loading"
loading-text="加载中"
no-data-text="无数据"
>
<template v-slot:bottom></template>
</v-data-table>
Views: 527 · Posted: 2024-03-05
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...