Navigate to the next page of the table

Content:

To view the subsequent rows of the table.

Procedure

1. Locate the table navigation controls, usually found below the table itself, inside the container with class pager.

2. Look for the page display (.pagedisplay), which shows the range of rows currently displayed (for example: 1 – 10 / 100 righe).

3. To go to the next page, click on the right-pointing arrow icon (element with class .next).

4. The table will update to show the next data set.

5. To go back, click on the left-pointing arrow icon (element with class .prev).

> Note: If you reach the last page of the table, the right arrow icon will be disabled (class disabled).