Angular Material table dynamic columns, Filtering, Paging and event handling
What are we going to build? This post is about implementing a reusable angular material table with dynamic columns and table event handling in angular 12. Creating dynamic column in Angular Material Table let’s start, Add the <mat-table> component to create a table and provide a data source from where the table can get the …
Angular Material table dynamic columns, Filtering, Paging and event handling Read More »