Blazor Pager Example - API Configuration
Properties | |
| Page Count | |
| Page Size | |
| Current Page | |
| Total Items |
This sample demonstrates Pager API usage for dynamic configuration changes.
The Blazor Pager component provides rich APIs for controlling pagination behavior:
- PageSize - Customize and control items displayed per page
- NumericItemsCount - Define number of numeric elements for navigation
- CurrentPage - Set currently viewed page
- TotalItemsCount - Specify total items in dataset
These APIs enable comprehensive pager customization through intuitive numeric elements, dropdowns, and buttons.