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