Skip to content

Commit

Permalink
enable paginator filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Oct 25, 2023
1 parent 07f479e commit 1cda8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h3>Results ({{ searchResultsCount }})</h3>
[pageSize]="selectedPageSize || defaultPageSize"
[totalRecords]="searchResultsCount"
[itemsPerPage]="[12, 24, 36, 48]"
(pageChange)="onPageChange($event)"
(pageChange)="onParamChange({ pageNumber: $event.page, pageSize: $event.rows,})"
/>
</div>
</section>
Expand Down

0 comments on commit 1cda8d0

Please sign in to comment.