0 comentário (0 comentário)0 reação (0 reação)1 responsável (1 responsável)TypeScript7.139 forks (7.139 forks)batch import
C: VDataTableT: featuregood first issue
Métricas do repositório
- Stars
- 40.995 estrelas (40.995 estrelas)
- Métricas de merge de PR
- Mesclagem média 59d 10h (Mesclagem média 59d 10h)8 fundiu PRs em 30d (8 fundiu PRs em 30d)
Description
Problem to solve
With Borderd style, tables have a better display.
could this be part of a future implementation plan?
example link
Guia do colaborador
- Direção de pesquisa
- 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.
- Pilha de tecnologia
- vuetypescripthtmlcss
- Domain
- frontend
- Tipo Issue
- Funcionalidade
- Prerequisites
- Vue.jsVuetify component structureCSS styling