mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-2354] Paginator Component - Add an unique id to the overlay menu (#2997)
* [ADF-2354] Paginator Component - Add an unique id to the overlay menu * Added a unique class for pageSize in pagination-component * *[ADF-2354] Reused existing class
This commit is contained in:
parent
026cc11171
commit
03bfeb50bd
@ -23,7 +23,7 @@
|
||||
<mat-icon>arrow_drop_down</mat-icon>
|
||||
</button>
|
||||
|
||||
<mat-menu #pageSizeMenu="matMenu">
|
||||
<mat-menu #pageSizeMenu="matMenu" class="adf-pagination__page-selector">
|
||||
<button
|
||||
mat-menu-item
|
||||
*ngFor="let pageSize of supportedPageSizes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user