Commit 8a67dfe
UoE/Address Copilot review on statistics pagination (DSpace#726)
- Make the ds-pagination id unique per scope (use report.id, i.e.
`<dso-uuid>_<reportType>`) so navigating between scopes that share a report
type (e.g. TotalVisits) no longer reuses a stale page from the URL.
- Hide the page-size gear so pageSize behaves as a fixed, input-driven size.
- Hide the pagination detail/bar for single-page reports, so the pagination
UI only appears when there are more points than fit on one page.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3ce9b29 commit 8a67dfe
3 files changed
Lines changed: 7 additions & 2 deletions
File tree
- src/app/statistics-page/statistics-table
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments