0 条评论 (0 条评论)0 个反应 (0 个反应)1 位负责人 (1 位负责人)TypeScript7,139 个派生 (7,139 个派生)batch import
C: VDataTableT: featuregood first issue
仓库指标
- 星标
- 40,995 个星标 (40,995 个星标)
- PR 合并指标
- 平均合并 59天 10小时 (平均合并 59天 10小时)30 天内合并 8 个 PR (30 天内合并 8 个 PR)
描述
Problem to solve
With Borderd style, tables have a better display.
could this be part of a future implementation plan?
example link
贡献者指南
- 研究方向
- 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.
- 技术栈
- vuetypescripthtmlcss
- 领域
- frontend
- 议题类型
- 功能
- 前置要求
- Vue.jsVuetify component structureCSS styling