0 commentaire (0 commentaire)0 réaction (0 réaction)1 personne assignée (1 personne assignée)TypeScript7 139 forks (7 139 forks)batch import
C: VDataTableT: featuregood first issue
Métriques du dépôt
- Stars
- 40 995 étoiles (40 995 étoiles)
- Métriques de merge PR
- Merge moyen 59j 10h (Merge moyen 59j 10h)8 PRs mergées en 30 j (8 PRs mergées en 30 j)
Description
Problem to solve
With Borderd style, tables have a better display.
could this be part of a future implementation plan?
example link
Guide contributeur
- Direction de recherche
- 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.
- Stack technique
- vuetypescripthtmlcss
- Domaine
- frontend
- Type d'issue
- Fonctionnalité
- Prérequis
- Vue.jsVuetify component structureCSS styling