From ce162e24afb6bb7f1f4e5ea30636e3b3fba77f56 Mon Sep 17 00:00:00 2001 From: murilohp Date: Sun, 5 Jan 2025 14:16:14 -0300 Subject: [PATCH] Use version added instead of warning on the documentation --- user_guide_src/source/libraries/pagination.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst index 4f037ba44ba1..27abfa7a1604 100644 --- a/user_guide_src/source/libraries/pagination.rst +++ b/user_guide_src/source/libraries/pagination.rst @@ -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: