I have three columns in mat-table.
The first column is Number, the third column is date and the second column contains a big string.
I want the first column to be 15px, third column to be 100px and middle column rest of the width. In Percentages 5%, 85% 10%.
How can I achieve this in mat-table?