Skip to content

Conversation

andrewseguin
Copy link
Contributor

When the paginator's inputs are changed, the MatTableDataSource is not notified via any outputs, and does not send new data to the table.

This adds an API that allows developers a way to tell the data source that something has changed programmatically in the paginator (or sort) and the data should be updated.

Fixes #26890

@andrewseguin andrewseguin added target: major This PR is targeted for the next major release target: patch This PR is targeted for the next patch release labels Apr 17, 2025
@andrewseguin andrewseguin requested a review from a team as a code owner April 17, 2025 16:45
@andrewseguin andrewseguin requested review from mmalerba and wagnermaciel and removed request for a team April 17, 2025 16:45
@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: material/table labels Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: material/table detected: feature PR contains a feature commit target: major This PR is targeted for the next major release target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(table): Table data does not get updated when paginator pageIndex is modified

1 participant