Commit db7171d
committed
Reset the pagination offset once it exactly hits the total
A stored offset equal to the total was still one past the last row,
the same as being beyond it, but only ">" was checked - a filter that
tightened the total to exactly the stored offset (rather than below
it) queried a page that no longer existed and rendered empty.1 parent 86ab16a commit db7171d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments