Skip to content

Commit ce162e2

Browse files
committed
Use version added instead of warning on the documentation
1 parent 9878718 commit ce162e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/pagination.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ This method returns total number of pages.
344344
Displaying the Number of Items on the Page
345345
==========================================
346346

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

349349
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:
350350

0 commit comments

Comments
 (0)