Data
DrylPagination
Page navigation with an optional rows-per-page selector. Used inside
DrylTable, but standalone too — image galleries, search
results, any paged list. Pages are zero-indexed on the wire; the UI
shows 1-based labels. The active page carries aria-current="page".
Full — with page-size selector
The default: first / previous / numbered pages / next / last, plus a rows selector.
Showing 1–20 of 247
Minimal — buttons only
Set ShowPageSize="false" to hide the rows selector.
Showing 1–10 of 84
Many pages — ellipsis logic
With more than seven pages, the middle collapses into an ellipsis that follows the current page.
Showing 121–130 of 1000
Custom page sizes
Provide your own PageSizeOptions.
Showing 1–24 of 320
Empty — no items
With TotalCount="0" the info area shows "No items" and the controls clamp to a single page.
No items