pub fn use_pagination_controls(
state: Store<PaginationState>,
options: UsePaginationControlsOptions,
) -> PaginationControlsExpand description
Hook for pagination page controls.
Depending on the current page and some configuration options, this hook returns page ranges that can be used to display pagination controls.
For an example, see [use_pagination].