v-data-table Questions
8
Solved
I'm working with v-data-tables of Vuetify and....
I want to change this text:
I have added this code but it isn't working:
Thanks!
Elizabetelizabeth asked 8/6, 2020 at 10:19
2
So, I'm using VueJs 3.2, Vite 3.2.4, Vuetify 3.2.2...
I'm aware of how should I declare the options on DataTable, so the footer and pagination be removed, like this:
<VDataTable
:search="...
Regalado asked 9/5, 2023 at 15:39
3
When is vuetify 3 going to support v-data-table in vue3?
i have tried to us vuetify 3.0 beta and apparently it doesn't support v-data-table with vue 3.
Is there a schedule for this? I'm stuck with ...
Delogu asked 24/9, 2022 at 11:9
2
Solved
Vuetify v-data-table supports several types of slots: v-slot:body, v-slot:item and v-slot:item.<name>.
We have been using v-slot:item.<name> extensively, as these provides a flexible wa...
Polynesian asked 7/2, 2021 at 17:3
1
Solved
I am new for vuetify and faced problem with exporting my v-data-table to excel, csv format. How can i do it. Any suggestion or reccomondation. Thank you so much.
Deal asked 21/8, 2020 at 10:52
2
Solved
i have:
<v-data-table :headers="headers" :items="tableData" :items-per-page="5" class="elevation-1">
<template v-slot:item.id="{ item }">
{{item.id}}
</template>
How can I...
Polygynist asked 28/2, 2020 at 14:4
2
Solved
The v-data-table has a top slot, with a pagination prop whose structure matches that of the footer slot. Is it possible to assign the top slot to reference the same (presumably a v-pagination) cont...
Babbette asked 15/1, 2020 at 21:40
1
© 2022 - 2024 — McMap. All rights reserved.