Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit a16cdb6

Browse files
authored
fix(oui-pagination): add input search when huge amount of pages (#183)
1 parent 529de70 commit a16cdb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ovh-ui-angular/controllers/pagination.controller.js

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export default class {
1111
pageSize: 25,
1212
totalItems: 500
1313
};
14+
15+
this.pagination3 = {
16+
offset: 1,
17+
pageSize: 25,
18+
totalItems: 5000000
19+
};
1420
}
1521

1622
onChange (pagination, $event) {

0 commit comments

Comments
 (0)