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
Sample Mat-table column and corresponding CSS:
HTML/Template
Wider Column Header {{ displayData.value}} `enter code here`
CSS
.mat-column-courtFolderId { flex: 0 0 35%; }