-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: eddytlxiong <[email protected]>
- Loading branch information
1 parent
2af3133
commit 34f0a90
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Table 表格 | ||
description: 表格常用于展示同类结构下的多种数据,易于组织、对比和分析等,并可对数据进行搜索、筛选、排序等操作。一般包括表头、数据行和表尾三部分。 | ||
spline: base | ||
isComponent: true | ||
toc: false | ||
--- | ||
|
||
## 组件类型 | ||
|
||
### 基础表格 | ||
{{ base }} | ||
|
||
### 横向平铺可滚动表格 | ||
{{ scroll }} | ||
|
||
### 带斑马纹表格样式 | ||
{{ stripe }} | ||
|
||
### 带边框表格样式 | ||
{{ bordered }} |