diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-16 00:20:07 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-16 00:20:07 +0200 |
commit | 717ed39075bc89aa00741cfdb6a48c27bf34c992 (patch) | |
tree | ab0c73b5eb16d637189b1f5e501622b1e8ea7f76 /frontend/src/app/_elements/form-dataset/form-dataset.component.ts | |
parent | c69f7ee7d2acbe17766f5b0f0f3cc764354cd151 (diff) |
Pozicionirano na sredinu u arhivi. Sredjen bug kada ostane zapamcena strana na kojoj se nalazimo ako promenimo dataset.
Diffstat (limited to 'frontend/src/app/_elements/form-dataset/form-dataset.component.ts')
-rw-r--r-- | frontend/src/app/_elements/form-dataset/form-dataset.component.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/form-dataset/form-dataset.component.ts b/frontend/src/app/_elements/form-dataset/form-dataset.component.ts index 03564939..99583437 100644 --- a/frontend/src/app/_elements/form-dataset/form-dataset.component.ts +++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.ts @@ -43,6 +43,9 @@ export class FormDatasetComponent { } //@ViewChild('fileImportInput', { static: false }) fileImportInput: any; cemu je ovo sluzilo? + resetPagging(){ + this.begin=-1; + } goBack(){ if(this.begin-10<=0) this.begin=-1; |