[DSC-389] add pagination.

This commit is contained in:
Pratik Rajkotiya
2021-12-31 10:26:28 +05:30
parent ba268d4f28
commit 565c4106f9

View File

@@ -31,7 +31,7 @@
[sortConfig]="(currentSort$ |async)" [sortConfig]="(currentSort$ |async)"
[type]="startsWithType" [type]="startsWithType"
[startsWithOptions]="startsWithOptions" [startsWithOptions]="startsWithOptions"
[enableArrows]="true" [enableArrows]="false"
(prev)="goPrev()" (prev)="goPrev()"
(next)="goNext()"> (next)="goNext()">
</ds-browse-by> </ds-browse-by>