Skip to content

Commit

Permalink
Use version added instead of warning on the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
murilohpucci committed Jan 5, 2025
1 parent 689cc88 commit 8898145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/pagination.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ This method returns total number of pages.
Displaying the Number of Items on the Page
==========================================

.. warning:: The methods `getTotal()`, `getPerPage()`, `getPerPageStart()`, and `getPerPageEnd()` were introduced in v4.6.0.
.. versionadded:: 4.6.0

When paginating items, it’s often helpful to display the total number of items and the range of items shown on the current page. To simplify this task, new methods have been added. These methods make it easier to manage and display pagination details. Here's an example:

Expand Down

0 comments on commit 8898145

Please sign in to comment.