Questions tagged [vuetify-datatable]

49 questions
3
votes
1 answer

Vuetify Datatable Select All Not Working With Regular v-checkbox

I am currently trying to customize the select all checkbox for a Vue Datatable (v-datatable). All I'd really like to do is add a label or perhaps a tooltip to the checkbox itself. To do this, I'd like to utilize the Header Data Table Select…
Francis Bartkowiak
  • 1,374
  • 2
  • 11
  • 28
2
votes
1 answer

Veutify data table with number of rows that doesn't make the full height of the table

I am trying to use a v-data-table with fixed header and a footer. But I have a problem, if I define a height for the table that's bigger than the height of the rows, the table takes the height that I defined, and the footer stays far away from the…
XAronX
  • 54
  • 1
  • 10
2
votes
2 answers

How to remove the select all option from a v-data-table?

I need to hide the select all option from a v-data-table, the vuetify component. According to the documentation including the header-prop, single-select as true should do it but is not…
Ernesto 45
  • 21
  • 1
  • 2
1
vote
1 answer

How to import both components and labcomponents in Vuetify3 in Nuxt3 (or Vue3) project?

ENvironment: Nuxt: 3.6.5 Vuetify: 3.3.9 package.json: { "name": "nuxt-app", "private": true, "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall":…
wureka
  • 731
  • 1
  • 11
  • 26
1
vote
1 answer

Action button not displaying in vuetify v-data-table

everything in the code works fine i mean data is properly fetching from database but the only prlb is the edit and delete icons are not displaying