Creates pagination component.
Creates pagination component. More: Bootstrap Docs.
A single element's type in the items sequence.
A type of a property containing an element in the items sequence.
Sequence of available pages.
A property containing selected page index.
A pagination component size.
If property value is true, shows next/prev page arrows.
If property value is true, highlights selected page.
An id of the root DOM node.
Creates button for each element in pages.
The factory gets an element property and index as arguments.
Use the provided interceptor to properly clean up bindings inside the content.
Creates button for the pagination arrows. The factory gets an element property and arrow type as arguments. Use the provided interceptor to properly clean up bindings inside the content.
Additional modifiers of the ul element.
You can pass BootstrapStyles.Flex.justifyContentCenter()
here to center the pagination component.
A UdashPagination component, call render to create a DOM element.
Creates standard arrows.
Creates standard arrows.
Optional properties for previous and next arrows aria.label texts.
Creates label based on actual page idx.