2017-10-06 62 views
0

我想在我的ngx-datatable中的單元格中添加一個類。Ngx-datatable cellclass

columns.push({ 
    cellTemplate: this.bodyPositionsTmpl, 
    cellClass: 'test', 
    headerTemplate: this.headerPositionsTpl, 
    name: 'Employments', 
    width: this.planningGridColumnWidths.position, 
    frozenLeft: true, 
    frozenRight: false 

});

然而,當我檢查我的元素我不看的添加類:

<datatable-body-cell ....... class="datatable-body-cell sort-active"> 

如果它不存在嗎?

回答

0

它確實正常工作。我只是把課程添加到了錯誤的地方。抱歉!