Skip to content
See live

Pagination

A table's pagination renders as a row of fully rounded 40dp targets, marked with the secondary container rather than the accent. Nothing here is a theme method.

PartWhat it takes
Page buttonFully rounded, 40dp square, label-large on the variant ink, with a state layer
Current pageSecondary container, ink on its on-container pair, read from aria-current
Previous and nextThe same target, without a container of their own
Overview textBody-medium on the variant ink
The row itselfDivided from the table by a hairline in the outline-variant color
php
$table
    ->paginated([10, 25, 50])
    ->defaultPaginationPageOption(25);

The records-per-page select is a select, so its listbox is the menu sheet.