Pagination
Pagination component helps users easily navigate through content, allowing swift browsing across multiple pages or sections, commonly used in lists, tables, and content-rich interfaces.
Usage
Basic
Variants
The pagination offers three variants: Fill (default), Outline, and Text.
Fill
Outline
Text
Default selected
Displays default selected page within the BitPagination component.
BoundaryCount
Set a limit to the number of pages shown at the beginning and end of the pagination range.
•••
•••
MiddleCount
Allowing users to set the count of pages displayed in the middle portion of the pagination control.
It also demonstrates how pages are rendered within the defined middle count range.
•••
•••
Navigation buttons
There are additional navigation buttons within the Pagination component, providing quick access to the initial and final pages.
•••
Icon
Displaying custom icons feature within the Pagination navigation buttons.
Color
Offering a range of specialized color variants, providing visual cues for specific actions or states within your application.
Primary
Secondary
Tertiary
Info
Success
Warning
SevereWarning
Error
Size
Varying sizes for paginations tailored to meet diverse design needs, ensuring flexibility and visual hierarchy within your interface.
Small
Medium
Large
Style & Class
Empower customization by overriding default styles and classes, allowing tailored design modifications to suit specific UI requirements.
Component's Style & Class:
Styles & Classes:
Binding
Examples of one-way and two-way data binding with BitPagination.
One-way:
Two-way:
OnChange:
Changed page: 3
RTL
Use BitPagination in right-to-left (RTL).
API
BitPagination parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitPaginationClassStyles properties
Name |
Type |
Default value |
Description |
---|---|---|---|
BitColor enum
Name |
Value |
Description |
---|---|---|
BitSize enum
Name |
Value |
Description |
---|---|---|
BitVariant enum
Name |
Value |
Description |
---|---|---|
BitVisibility enum
Name |
Value |
Description |
---|---|---|
BitDir enum
Name |
Value |
Description |
---|---|---|
- On this page