Blazor Pager
The Pager component enables page navigation.
Features
Page Count
The PageCount defines the total number of pages. Use the VisibleNumericButtonCount property to specify the maximum number of numeric buttons that can be displayed in a pager.
Navigation Buttons
Users can click navigation buttons to see other numeric buttons. If all numeric buttons are visible, the Pager component automatically hides navigation buttons.
Input Box
When the total number of pages exceeds the SwitchToInputBoxButtonCount value, the component replaces navigation buttons with the input box. You can use the NavigationMode property to switch between navigation buttons and input box in code.