[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:
camorra-skk 2018-02-26 15:22:45 +05:30 committed by Eugenio Romano
parent 026cc11171
commit 03bfeb50bd

View File

@ -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"