User tests: Successful: Unsuccessful:
Pull Request for Issue ##43548 .
Adds the total number of items at the end of a table
The total will be present on any list view that uses <?php echo $this->pagination->getListFooter(); ?>
Apply PR and check the bottom of the table
Make sure that the total is correct after filters have been applied
Make sure that the total is displayed even when the pagination is not applied
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Layout |
That was not part of the feature request
Labels |
Added:
Language Change
PR-5.2-dev
|
Note that both this implementation and the alternative are not completely correct when it comes to accessibility. The information should really be in the caption element
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-05-30 20:22:18 |
Closed_By | ⇒ | brianteeman |
Thanks @brianteeman !
if you already introduce a new line, wouldn't it make sense to also show the current item position something like:
1 - 20 / 60 items
Language string would be something like this:
JLIB_HTML_PAGINATION_ITEMS="%1$d - %2$d / %3$d items"