Top "Angular-material-table" questions

Why am I unable to apply a border to an angular mat-table row?

I have a simple angular material table: <table mat-table [dataSource]="scoreboardData"> <ng-container matColumnDef="name"> <th …

css angular angular-material angular-material-table
Angular Material Table Cell Formatting

I'm using angular material table for displaying data and dyanmically binding the table header and table data. Is there any …

javascript angular angular-material angular-material-table
Angular show image in Material Table Cell

I try to show an image in a cell of my Material table. Therefore I tried this code in my …

angular angular-material-table
Include Buttons and Paginator in the Material Table Footer

I use Angular Material Table and I need a command button and the table's paginator in the table's footer row, …

angular pagination angular-material angular-material-table
How to add mutiple header rows using angular material table

Parameter 1: Time Period {{element.value}} Parameter 2: Gender {{element.gender}} <ng-container matColumnDef="column3"> <mat-header-cell *matHeaderCellDef rowspan="2"> Patients …

html angular-material angular5 angular-material-table
Missing definitions for header, footer, and row; cannot determine which columns should be rendered - Angular Material Table

I'm using Angular 9.0.4 with @angular/material 9.1.3 and I want to show a basic material table: <table mat-table [dataSource]="devizas" …

angular typescript angular-material angular-material-table
Angular mat-table: Is it possible to merge cells by columns?

I'm having trouble finding an answer on how to merge columns cells in mat-table. Only saw few examples in merging …

css angular typescript angular-material angular-material-table
Angular Material Table how to pass object to displayedColumns instead of array

I am building a table in Angular8 with Material table. I am using an array of strings to define the …

angular angular-material-table
Mat-sort is not working in angular mat-table

My mat-table is working fine, but when adding mat-sort following the official api documentation, it fails at the ngAfterViewInit with …

angular angular-material angular-material-table