I have started using the md-table for my project, and I want fixed column width. Currently all columns width are divided into equal size.
Where can I get the documen
The Angular material documentation uses
.mat-column-userId { max-width: 40px; }
for its table component to change the column width. Again, userId would be the cells name.