Hi Team,
I am using <ejs-pager> for pagination
Where the dropdown only displays 10,50 and shows empty field in auto ,i.e. shows 10,50 numbers in options but does not display auto in option.
Is it possible to have string in dropdown of paginator.
<ejs-pager #pager *ngIf="count.length" [totalRecordsCount]="count"
[currentPage]="currentPage" [pageSize]= "pageSize"
[pageSizes]="['10','50','auto']" (dropDownChanged)="changed($event)" (click)="click($event)" (dropDownChanged)="pageSizeChange($event)">
</ejs-pager>
Thankyou
Poojitha.