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:
afc163 2022-04-12 22:22:01 +08:00 committed by GitHub
parent 3718a8e2c5
commit cf44a6bde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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