I'm looking for an event what is fired when the Angular Material table (mat-table) rendering is finished.
I think it's need to fire on data source is changed, or the user changed the displayed columns or paginate event happend (but it's the same the data source is changed), or any other event happend what is occours a rerendering event.
I tried the generic ngOnChanges
but it's not fireing when user change the displayed columns.
Is there any similar event what I can listen?