Skip to content

[FEATURE] Pagination - Add Changer section (records per page dropdown) #95

Description

@albx

Add support for the Changer section of the Bootstrap Italia pagination component.

The Changer feature allows users to select from a dropdown the number of records to display per page.

⚠️ Blocked by #54 — This feature requires the Dropdown component, which will not be implemented. This issue is tracked for completeness but cannot be implemented until that dependency is resolved.

Requirements:

  • Add a ShowChanger (or equivalent) parameter to BitPagination to enable the Changer mode
  • Render a dropdown (using BitDropdown once available) allowing the user to pick the number of items per page
  • Expose a PageSizeOptions parameter (e.g. IEnumerable<int>) for configuring available page size values
  • Expose a PageSize parameter and a PageSizeChanged callback for two-way binding
  • Ensure the dropdown is properly labelled for screen readers

Acceptance Criteria:

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    componentsIssues related to the componentsenhancementNew feature or request

    Projects

    Status
    Inbox

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions