diff --git a/packages/abc/st/index.en-US.md b/packages/abc/st/index.en-US.md
index 0e624108f..d422a161b 100644
--- a/packages/abc/st/index.en-US.md
+++ b/packages/abc/st/index.en-US.md
@@ -254,7 +254,8 @@ class TestComponent {
|----------|-------------|------|---------|
| `[title]` | Name of this column | `string, STColumnTitle` | - |
| `[i18n]` | I18n key of this column | `string` | - |
-| `[type]` | `no` Rows number
`checkbox` selection
`radio` selection
`link` Link that triggers `click`
`img` Align to the center
`number` Align to the right
`currency` Align to the right
`date` Align to the center
`badge` [Nz-Badge](https://ng.ant.design/components/badge/en)
`tag` [Nz-Tag](https://ng.ant.design/components/tag/en)
`yn` Make boolean as [badge](/theme/yn)
`widget` Custom widgets to render columns | `string` | - |
+| `[type]` | `no` Rows number
`checkbox` selection
`radio` selection
`link` Link that triggers `click`
`img` Align to the center
`number` Align to the right
`currency` Align to the right
`date` Align to the center
`badge` [Nz-Badge](https://ng.ant.design/components/badge/en)
`tag` [Nz-Tag](https://ng.ant.design/components/tag/en)
`yn` Make boolean as [badge](/theme/yn)
`cell` Rendered using the `cell` component, see [cell](/components/cell)
`widget` Custom widgets to render columns | `string` | - |
+| `[cell]` | Rendered using the `cell` component, see [cell](/components/cell). | `CellOptions | ((record: T, column: STColumn) => CellOptions)` | - |
| `[index]` | Display field of the data record, could be set like `a.b.c` | `string, string[]` | - |
| `[render]` | Custom render template ID | `string, TemplateRef, TemplateRef<{ $implicit: STData; index: number }>` | - |
| `[renderTitle]` | Title custom render template ID | `string, TemplateRef, TemplateRef<{ $implicit: STColumn; index: number }>` | - |
diff --git a/packages/abc/st/index.zh-CN.md b/packages/abc/st/index.zh-CN.md
index 4a0ce1cb6..2d2527dde 100644
--- a/packages/abc/st/index.zh-CN.md
+++ b/packages/abc/st/index.zh-CN.md
@@ -254,7 +254,8 @@ class TestComponent {
|----|----|----|-----|
| `[title]` | 列名 | `string, STColumnTitle` | - |
| `[i18n]` | 列名i18n | `string` | - |
-| `[type]` | `no` 行号
`checkbox` 多选
`radio` 单选
`link` 链接,可触发 `click`
`img` 图像且居中
`number` 数字且居右
`currency` 货币且居右
`date` 日期格式且居中
`badge` [徽标](https://ng.ant.design/components/badge/zh)
`tag` [标签](https://ng.ant.design/components/tag/zh)
`yn` 将`boolean`类型徽章化 [document](/theme/yn)
`widget` 自定义小部件来渲染列 | `string` | - |
+| `[type]` | `no` 行号
`checkbox` 多选
`radio` 单选
`link` 链接,可触发 `click`
`img` 图像且居中
`number` 数字且居右
`currency` 货币且居右
`date` 日期格式且居中
`badge` [徽标](https://ng.ant.design/components/badge/zh)
`tag` [标签](https://ng.ant.design/components/tag/zh)
`yn` 将`boolean`类型徽章化 [document](/theme/yn)
使用 `cell` 组件渲染,见[cell](/components/cell)
`widget` 自定义小部件来渲染列 | `string` | - |
+| `[cell]` | 使用 `cell` 组件渲染,见[cell](/components/cell)。 | `CellOptions | ((record: T, column: STColumn) => CellOptions)` | - |
| `[index]` | 列数据在数据项中对应的 key,支持 `a.b.c` 的嵌套写法 | `string, string[]` | - |
| `[render]` | 自定义渲染ID | `string, TemplateRef, TemplateRef<{ $implicit: STData; index: number }>` | - |
| `[renderTitle]` | 标题自定义渲染ID | `string, TemplateRef, TemplateRef<{ $implicit: STColumn; index: number }>` | - |