I have a mat-table where one of the cells holds a folder path. Because folder paths can be long, the table stretches to fit the entire folder path, which is not visually pleasing.
When a cell’s folder path text is too long, I’d like for the cell to be scrollable so the user can see all the text, or just cascade downward. I’ve been unsuccessful at accomplishing this.
I’ve created a stackblitz as an example: StackBlitz