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.
Minimal — buttons only
Set ShowPageSize="false" to hide the rows selector.
Many pages — ellipsis logic
With more than seven pages, the middle collapses into an ellipsis that follows the current page.
Custom page sizes
Provide your own PageSizeOptions.
Empty — no items
With TotalCount="0" the info area shows "No items" and the controls clamp to a single page.