0 件のコメント (0 件のコメント)0 件のリアクション (0 件のリアクション)1 人の担当者 (1 人の担当者)TypeScript7,139 件のフォーク (7,139 件のフォーク)batch import
C: VDataTableT: featuregood first issue
Repository metrics
- Stars
- 40,995 個のスター (40,995 個のスター)
- PR merge metrics
- 平均マージ 59d 10h (平均マージ 59d 10h)30d で 8 merged PRs (30d で 8 merged PRs)
説明
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
- Issue 種別
- 機能
- 前提条件
- Vue.jsVuetify component structureCSS styling