0 Kommentare (0 Kommentare)0 Reaktionen (0 Reaktionen)1 zugewiesene Person (1 zugewiesene Person)TypeScript7.139 Forks (7.139 Forks)batch import
C: VDataTableT: featuregood first issue
Repository-Metriken
- Stars
- 40.995 Sterne (40.995 Sterne)
- PR-Merge-Metriken
- Durchschn. Merge 59T 10h (Durchschn. Merge 59T 10h)8 gemergte PRs in 30 T (8 gemergte PRs in 30 T)
Beschreibung
Problem to solve
With Borderd style, tables have a better display.
could this be part of a future implementation plan?
example link
Contributor Guide
- Research-Richtung
- The issue requests adding a 'bordered' option to Vuetify's table component. The repository has an assignee (1), so the issue may already be claimed. To implement, examine the VTable component (likely in packages/vuetify/src/components/VTable/) and see how other boolean props like 'dense' or 'fixed header' are handled. The provided codepen example shows a CSS based bordered table. This is a localized feature that could be added as a prop that toggles a CSS class. No comments or PRs exist, so maintainer input may be needed if the assignee is active.
- Tech Stack
- vuetypescripthtmlcss
- Domain
- frontend
- Issue Type
- Funktion
- Voraussetzungen
- Vue.jsVuetify component structureCSS styling