Skip to content

Commit b1df28d

Browse files
sarkapalkovicovaHejdaJakub
authored andcommitted
feat(admin): 1000 items in table
Added option for displaying 1000 items at one page of table.
1 parent 018d781 commit b1df28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/perun/utils/src/lib/perun-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { saveAs } from 'file-saver';
2626
import { AbstractControl, AsyncValidatorFn, ValidatorFn } from '@angular/forms';
2727
import { Urns } from '@perun-web-apps/perun/urns';
2828

29-
export const TABLE_ITEMS_COUNT_OPTIONS = [5, 10, 25, 100];
29+
export const TABLE_ITEMS_COUNT_OPTIONS = [5, 10, 25, 100, 1000];
3030

3131
export const emailRegexString =
3232
/^(([^<>+()[\]\\.,;:\s@"-#$%&=]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]+))$/;

0 commit comments

Comments
 (0)