We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd46e7 commit 9c259c5Copy full SHA for 9c259c5
s2-site/docs/common/view-meta.zh.md
@@ -47,7 +47,7 @@ type SimpleData = string | number | null | undefined;
47
48
| 配置项名称 | 说明 | 类型 | 默认值 | 必选 |
49
| :--------------- | :----------------------------------------- | :---------------------------- | :----- | :--- |
50
-| `values` | 格式化后的数据,直接展示在 dataCfg 中 | [SimpleData](#simpledata)[][] | ✓ |
+| `values` | 格式化后的数据,直接展示在 dataCfg 中 | [SimpleData](#simpledata)[][] | | ✓ |
51
| `originalValues` | 原始数据,用于原始数据导出 | [SimpleData](#simpledata)[][] | | |
52
| `label` | 用作单元格小标题,单独占一行展示 | `string` | | |
53
| `[key: string]` | 其他透传字段,用于自定义单元格的定制化展示 | `unknown` | `` | |
0 commit comments