feat(paginator): Ability to change page size appearance #20349
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
needs triage
This issue needs to be triaged by the team
Feature Description
Ability yo customize the appearance (MatFormFieldAppearance) of paginator page size options.
<mat-paginator appearance="standard">
Use Case
If you set a default appearance with
MatFormFieldDefaultOptions
, this will reflect to paginator, and there's no way to set it manualy back to default.Observations
It will be really nice if we could have it in MatPaginatorDefaultOptions also.
So we could do this to override the appearance for paginator.
The text was updated successfully, but these errors were encountered: