0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript7,139 forks (7,139 forks)batch import
C: VDataTableT: featuregood first issue
Repository metrics
- Stars
- 40,995 stars (40,995 stars)
- PR merge metrics
- Avg merge 59d 10h (Avg merge 59d 10h)8 merged PRs in 30d (8 merged PRs in 30d)
Description
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 direction
- 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
- Feature
- Prerequisites
- Vue.jsVuetify component structureCSS styling