Jakarta > Tapestry
Jakarta
 

TablePages

A low level Table component that renders the pages in the table. This component must be wrapped by TableView.

The component generates a list of pages in the Table centered around the current one and allows you to navigate to other pages.

See also: Table, TableView, TableColumns, TableRows, TableValues

Parameters

Name Type Direction Required Default Description
pagesDisplayed int in no 7 Determines the maximum number of pages to be displayed in the page list when the table has more than one page.
For example, if the table has 20 pages, and 10 is the current page, pages from 7 to 13 in the page list will be shown if this parameter has a value of 7.

Body: removed

Informal parameters: allowed

Reserved parameters: none

Examples