Pagination component for navigating through a large set of data.
For more examples, visit the Storybook.
<StudsPaginationLink>
PropsIf true, the link is active.
For more examples, visit the Storybook.
<StudsPaginationLink>
PropsIf true, the link is active.
For more examples, visit the Storybook.
<StudsPagination>
ParametersGets or sets the pager’s first page button’s title attribute.
Gets or sets the pager’s first page button’s aria-label attribute.
Gets or sets the pager’s optional previous page button’s label text.
Gets or sets the pager’s previous page button’s title attribute.
Gets or sets the pager’s previous page button’s aria-label attribute.
Gets or sets the pager’s last page button’s title attribute.
Gets or sets the pager’s last page button’s aria-label attribute.
Gets or sets the pager’s optional next page button’s label text.
Gets or sets the pager’s next page button’s title attribute.
Gets or sets the pager’s next page button’s aria-label attribute.
Gets or sets the pager’s numeric page number buttons’ title attributes.
Gets or sets the pager’s numeric page number buttons’ aria-label attributes.
Gets or sets the page size.
Gets or sets the page size changed callback.
Gets or sets the page size options.
Gets or sets the page size description text.
Gets or sets the page numbers count.
Gets or sets the total items count.
Gets or sets a value indicating whether pager is visible even when not enough data for paging.
Gets or sets the page changed callback.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.