Skip to content

Commit

Permalink
Fix outputs data pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 16, 2024
1 parent 62432f0 commit 31e9f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pages/outputs/outputs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4><i class="bi bi-exclamation-triangle m-2"></i></h4>&nbsp;&nbsp;
id="outsTable"
data-toggle="outsTable"
data-toolbar="#toolbar"
data-paged="true"
data-pagination="true"
data-height="460"
>
<thead>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h4><i class="bi bi-exclamation-triangle m-2"></i></h4>&nbsp;&nbsp;
id="outHistrogramsTable"
data-toggle="outHistogramsTable"
data-toolbar="#toolbar"
data-paged="true"
data-pagination="true"
data-height="460"
>
<thead>
Expand Down Expand Up @@ -182,7 +182,7 @@ <h4><i class="bi bi-exclamation-triangle m-2"></i></h4>&nbsp;&nbsp;
id="outDistributionsTable"
data-toggle="outDistributionsTable"
data-toolbar="#toolbar"
data-paged="true"
data-pagination="true"
data-height="460"
>
<thead>
Expand Down

0 comments on commit 31e9f23

Please sign in to comment.