You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Ability to listen for the page size value change event on the Pagination component.
Background
This is required in a case where pagination is handled in a controlled manner. Having access to the page size passed from the Pagination component will help with recomputing the pagination details.
New Feature Proposal
Description
Ability to listen for the page size value change event on the Pagination component.
Background
This is required in a case where pagination is handled in a controlled manner. Having access to the page size passed from the Pagination component will help with recomputing the pagination details.