Commit 458c720
committed
Show upper number in pageList display.
If totalRows is 45 and pageList is [25,50,100], we should be able to display the 45 rows.
Instead of that, we only can display 25 max, because 45 is not >= 50.1 parent d3bf82a commit 458c720
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
780 | 780 |
| |
781 | 781 |
| |
782 | 782 |
| |
783 |
| - | |
| 783 | + | |
784 | 784 |
| |
785 | 785 |
| |
786 | 786 |
| |
|
0 commit comments