Skip to content

Commit

Permalink
docs(module:pagination): api table update (#8467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaArvanehPA committed Mar 27, 2024
1 parent a10ceaf commit d7eff80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/pagination/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { NzPaginationModule } from 'ng-zorro-antd/pagination';
| `[nzShowQuickJumper]` | determine whether you can jump to pages directly | `boolean` | `false` ||
| `[nzShowSizeChanger]` | determine whether `nzPageSize` can be changed | `boolean` | `false` ||
| `[nzSimple]` | whether to use simple mode | `boolean` | - ||
| `[nzSize]` | specify the size of `nz-pagination`, can be set to `small` | `'small'` | `'default'` ||
| `[nzSize]` | specify the size of `nz-pagination`, can be set to `small` | `'small' \| 'default'` | `'default'` ||
| `[nzResponsive]` | `Pagination` would resize according to the width of the window | `boolean` | `false` | - |
| `[nzPageSizeOptions]` | specify the sizeChanger options | `number[]` | `[10, 20, 30, 40]` ||
| `[nzItemRender]` | to customize item | `TemplateRef<{ $implicit: 'page' \| 'prev' \| 'next'\| 'prev_5'\| 'next_5', page: number }>` | - | - |
Expand Down
2 changes: 1 addition & 1 deletion components/pagination/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { NzPaginationModule } from 'ng-zorro-antd/pagination';
| `[nzShowQuickJumper]` | 是否可以快速跳转至某页 | `boolean` | `false` ||
| `[nzShowSizeChanger]` | 是否可以改变 `nzPageSize` | `boolean` | `false` ||
| `[nzSimple]` | 当添加该属性时,显示为简单分页 | `boolean` | - ||
| `[nzSize]` | 当为「small」时,是小尺寸分页 | `'small'` | `'default'` ||
| `[nzSize]` | 当为「small」时,是小尺寸分页 | `'small' \| 'default'` | `'default'` ||
| `[nzResponsive]` |`nzSize` 未指定时,根据屏幕宽度自动调整尺寸 | `boolean` | `false` | - |
| `[nzPageSizeOptions]` | 指定每页可以显示多少条 | `number[]` | `[10, 20, 30, 40]` ||
| `[nzItemRender]` | 用于自定义页码的结构 | `TemplateRef<{ $implicit: 'page' \| 'prev' \| 'next'\| 'prev_5'\| 'next_5', page: number }>` | - | - |
Expand Down

0 comments on commit d7eff80

Please sign in to comment.