I have a mat-table
with the matSort
attribute. As I understood, this enables the sort header for all columns. Is there any possibility to disable the sort header for a single column?
With <table mat-table>...</table>
, I can specify a mat-sort-header
for each column, but not with <mat-table>...</mat-table>
.