The view consists of two parts. In the first part, the country data is traversed and rendered as an unordered HTML list.
The view has two sections relative to displaying the country data. In the first part, the provided country data is traversed and rendered as an unordered HTML list.
In the second part, a [[yii\widgets\LinkPager]] widget is rendered using the pagination information passed from the action.
The `LinkPager` widget displays a list of page buttons. Clicking on any of them will refresh the country data
in the corresponding page.
...
...
@@ -216,7 +216,7 @@ in the corresponding page.
Trying it Out <a name="trying-it-out"></a>
-------------
To see how it works, use your browser to access the following URL:
To see how all of the above code works, use your browser to access the following URL: