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">
如果它不存在嗎?