From d8aea2b1b8934f5bcd4952c71b6cb6f63c89e8b4 Mon Sep 17 00:00:00 2001 From: vasmohi Date: Tue, 16 Jul 2024 09:52:12 +0530 Subject: [PATCH] fix: Added transalation for Table --- packages/component/src/Table/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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