我正在使用来自 Angular 的 mat-table。
我必须为表格设置标题。
<table mat-table [dataSource]="dataSource" class="mat-elevation-z8" id=tbl_suchergebnis>
<caption>
description...
</caption>
<!-- Name Column -->
...
</table>
但是 mat 表不接受这种语法。也许有人有想法?
谢谢