Skip to content
Snippets Groups Projects
Commit 5cf4659e authored by Angapay Divin's avatar Angapay Divin
Browse files

display pagination if there is more than 1 page

parent 11ac6946
No related branches found
No related tags found
2 merge requests!72Develop,!46display pagination if there is more than 1 page
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</select> </select>
entries entries
</div> </div>
<div class="col-auto"> <div class="col-auto" *ngIf="dataLength > nbItems">
<pagination <pagination
[(ngModel)]="page" [(ngModel)]="page"
[totalItems]="dataLength" [totalItems]="dataLength"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment