Custom Pagination #6183
-
Can anyone please share me a thought how to customize the style for the default pagination of the ant design? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi~ If you really want to modify the content shown here, it may help you |
Beta Was this translation helpful? Give feedback.
Hi~
nz-pagination
usenz-select
as itsnz-pagination-options
see https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/pagination/pagination-options.component.ts#L89
If you really want to modify the content shown here,
you can try this: https://stackblitz.com/edit/angular-ng6zes?file=src/app/app.module.ts
it may help you