Skip to content

Commit

Permalink
updated numbers
Browse files Browse the repository at this point in the history
Signed-off-by: chaitali-mane <cmane@progress.com>
  • Loading branch information
chaitali-mane committed Nov 18, 2021
1 parent b40f69f commit 1ae22da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class PaginatorComponent implements OnInit, OnChanges {
@Output() changePage = new EventEmitter<any>(true);
@ViewChild(MatPaginator) paginator: MatPaginator;

pageSizeOptions: number[] = [1, 5, 10];
pageSizeOptions: number[] = [100, 500, 1000];
pageEvent: PageEvent;
public isPageAvailable = false;

Expand Down

0 comments on commit 1ae22da

Please sign in to comment.