diff --git a/docs/mobile/api/table.en-US.md b/docs/mobile/api/table.en-US.md new file mode 100644 index 0000000000..757f89f604 --- /dev/null +++ b/docs/mobile/api/table.en-US.md @@ -0,0 +1,21 @@ +--- +title: Table +description: Tables are commonly used to display multiple data under the same structure, making it easy to organize, compare, and analyze. They can also be used to search, filter, and sort data. Generally includes three parts:header, data rows, and footer. +spline: base +isComponent: true +toc: false +--- + +## Component Type + +### Base Table +{{ base }} + +### Horizontally Tiled Scrollable Table +{{ scroll }} + +### Table Style With Stripe +{{ stripe }} + +### Table Style With Border +{{ bordered }} diff --git a/docs/mobile/api/table.md b/docs/mobile/api/table.md new file mode 100644 index 0000000000..08ee48a3c9 --- /dev/null +++ b/docs/mobile/api/table.md @@ -0,0 +1,21 @@ +--- +title: Table 表格 +description: 表格常用于展示同类结构下的多种数据,易于组织、对比和分析等,并可对数据进行搜索、筛选、排序等操作。一般包括表头、数据行和表尾三部分。 +spline: base +isComponent: true +toc: false +--- + +## 组件类型 + +### 基础表格 +{{ base }} + +### 横向平铺可滚动表格 +{{ scroll }} + +### 带斑马纹表格样式 +{{ stripe }} + +### 带边框表格样式 +{{ bordered }} \ No newline at end of file