Angular Material - mat-table
The mat-table
provides a Material Design styled data-table that can be used to display rows of data.
Angular Material - mat-table
The mat-table
provides a Material Design styled data-table that can be used to display rows of data.
![]()
satish
10
votes
8 answers
How to add border radius to angular mat table?I am trying to make the mat-table border as round. But it is not working. Tried this-
table {
width: 100%;
border-collapse: collapse;
border-radius: 1em;
}
How to achieve this?
![]()
Shofol
10
votes
1 answer
Why is the
|