Html 格式化标题ng数据库/ng模板

Html 格式化标题ng数据库/ng模板,html,angular,datatable,ng-template,Html,Angular,Datatable,Ng Template,在我的标题ui中出现问题,试图格式化搜索筛选器以显示下面的数据标题。 资料 我想要这样的表演。 <ngx-datatable class="material fullscreen striped" [columnMode]="'force'" [headerHeight]="35" [footerHeight]="60" [rows]=&qu

在我的标题ui中出现问题,试图格式化搜索筛选器以显示下面的数据标题。


资料
我想要这样的表演。

        <ngx-datatable class="material fullscreen striped" [columnMode]="'force'" [headerHeight]="35"
                       [footerHeight]="60" [rows]="arquivos" [rowHeight]="40" [scrollbarV]="true" style="height: 100%;">
                       
                       
          <ngx-datatable-column name="dataLancamento" [resizeable]="true"> 
            <ng-template class='header-template' let-column="column" ngx-datatable-header-template>
              Data
              <input type="text" placeholder="Global Filter">
            </ng-template>