Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

019. Adding Pagination

Astrid edited this page Oct 17, 2019 · 3 revisions

In this chapter we will ...

Now, we want to create a view on the front end.

t19_1

Newly created or Modified files

Newly created files

No new files were added in this chapter.

Modified files

changelog.xml

foo_update.xml

administrator/components/com_foos/View/Foos/HtmlView.php

administrator/components/com_foos/foos.xml

administrator/components/com_foos/tmpl/foos/default.php

All changes at a glance

Click here to see all changes compared to the last chapter.

More detailed explanations

File Structure

Example in Joomla 4

Side Note

Test your component

Now you can zip all files and install them via Joomla Extension Manager.

Now you see the pagination in the lower part of the back end and you can scroll through the pages.

Concluding Remark

You see a pagination in the lower part of the back end and you can scroll through the pages. In the next chapter, we'll look at how to make the layout consistent while also saving lines of code.

Overview of all files