[Table] Add a full-featured but limited table component and array-based data source
未关闭
area: material/table
feature
P3
- 主要语言
- TypeScript
- 星标
- 25k
- 派生
- 6.8k
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 91
描述
Introduce a new table component that would use `` and come with built-in features including sorting, pagination, selection, etc. Would accept an array-based data input so users do not need to create a data source to use the table.
This would allow people to quickly use a table but would limit their ability to customize behavior and would be very opinionated on user experience.
Example concept:
```
```
Notes:
- Long column names should be truncated and display a tooltip on hover
贡献指南
调研方向
首先检查现有的 组件以及 issue 中引用的 data-source 方案。明确数组输入、排序、分页、选择以及带悬停工具提示的截断列名的范围和预期行为;对于所提议的受限组件,达成一致的设计后即可视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100