mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
docs: recommend S2 and ProTable in table documentation (#34998)
* docs: recommend S2 and ProTable in table documentation * Update index.en-US.md
This commit is contained in:
parent
3718a8e2c5
commit
cf44a6bde9
@ -54,6 +54,12 @@ const columns = [
|
||||
<Table dataSource={dataSource} columns={columns} />;
|
||||
```
|
||||
|
||||
## Promotion
|
||||
|
||||
- [Kitchen Sketch Plugin 💎](https://kitchen.alipay.com/)
|
||||
- [ProTable - Advanced Tables](https://procomponents.ant.design/components/table)
|
||||
- [S2 - Analytical Tables](https://github.com/antvis/s2/)
|
||||
|
||||
## API
|
||||
|
||||
### Table
|
||||
|
@ -9,10 +9,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg
|
||||
|
||||
展示行列数据。
|
||||
|
||||
## 设计师专属
|
||||
|
||||
安装 [Kitchen Sketch 插件 💎](https://kitchen.alipay.com/),两步就可以自动生成 Ant Design 表格组件。
|
||||
|
||||
## 何时使用
|
||||
|
||||
- 当有大量结构化的数据需要展现时;
|
||||
@ -59,9 +55,14 @@ const columns = [
|
||||
<Table dataSource={dataSource} columns={columns} />;
|
||||
```
|
||||
|
||||
## 相关推荐
|
||||
|
||||
- [Kitchen Sketch 插件 💎](https://kitchen.alipay.com/):设计师神器,两步自动生成 Ant Design 表格组件。
|
||||
- [ProTable](https://procomponents.ant.design/components/table) 高级表格:在 `antd` Table 之上扩展了更多便捷易用的功能,内置搜索、筛选、刷新等常用表格行为,并为多种类型数据展示提供了内置格式化。
|
||||
- [S2](https://s2.antv.vision/zh) 多维交叉分析表格:[AntV S2 和 Antd Table 有什么区别?](https://zhuanlan.zhihu.com/p/494995642)
|
||||
|
||||
## API
|
||||
|
||||
另外我们封装了 [ProTable](https://procomponents.ant.design/components/table),在 `antd` Table 之上扩展了更多便捷易用的功能,内置搜索、筛选、刷新等常用表格行为,并为多种类型数据展示提供了内置格式化,欢迎尝试使用。
|
||||
|
||||
### Table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user