diff --git a/packages/component/src/Table/index.md b/packages/component/src/Table/index.md index 3eb9c24..d7f7a8e 100644 --- a/packages/component/src/Table/index.md +++ b/packages/component/src/Table/index.md @@ -12,7 +12,7 @@ group: :::warning -由于重写了分页器,这个onChange不会触发分页.使用分页组件的onChange +Since the paginator has been rewritten, this onChange will not trigger paging. Use the onChange of the paging component. ::: ## Basic Table @@ -25,20 +25,20 @@ group: :::warning -由于重写了分页器,这个onChange不会触发分页.使用分页组件的onChange +Since the paginator has been rewritten, this onChange will not trigger paging. Use the onChange of the paging component. ::: | Property | Description | Type | Default | Version | | --- | --- | --- | --- | --- | -| pagination 修改 | [分页组件api](/components/pagination) | | | `1.0.0` | -| onChange 修改 | 分页变化不会触发这个api | | | `1.0.0` | +| pagination Revise | [Pagination component api](/components/pagination) | | | `1.0.0` | +| onChange Revise | Pagination changes will not trigger this api | | | `1.0.0` | ## Supported API