components icon indicating copy to clipboard operation
components copied to clipboard

feat(material/table): add API to force datasource to update

Open andrewseguin opened this issue 8 months ago • 0 comments

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 avatar Apr 17 '25 16:04 andrewseguin