-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paginator / Table: Configurable Dropdown Icon #9605
Comments
Hi, So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap? Best Regards, |
This remains a current issue. @mertsincan |
I'm submitting a ...
Current behavior
The paginator uses the dropdown to display a list of available
rowsPerPageOptions
.The dropdown offers the customization of the dropdown icon via
dropdownIcon
property. This property cannot be set from the paginator resulting in the default value ofpi pi-chevron-down
being used.In my example I am using FontAwesome Icons throughout my application but cannot exchange icons of the paginator.
Expected behavior
Paginator should also have a property
dropdownIcon
that is passed on to the dropdown.subsequently the table should offer the same property that gets passed to the paginator.
Angular version: 11
PrimeNG version: 11.0.0-rc.2
The text was updated successfully, but these errors were encountered: