We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5262e7 commit 066bbbdCopy full SHA for 066bbbd
user_guide_src/source/libraries/pagination.rst
@@ -323,8 +323,9 @@ getFirstPageNumber() & getLastPageNumber()
323
These methods return the page numbers to the first and last pages in the set of
324
links to be displayed.
325
326
-.. note:: Unlike `getFirst() & getLast()`_, these methods return the numbers in
327
- the set of links to be displayed.
+.. note:: If you want to get the page numbers to the first and last pages in the
+ result set, the first page number is always 1, and use `getPageCount()`_ to
328
+ get the last page number.
329
330
getCurrentPageNumber()
331
----------------------
0 commit comments