如果该列存在,如何添加“ columnDefs”?

时间:2019-09-11 05:11:46

标签: datatables-1.10

仅在列存在时,我想在初始化数据表之前添加columnDefs。如何添加if else检查?

我想做这样的事情

if(columnexists)
    $('#dailyReportTable').dataTable().append(columnDefs)
else
    $('#dailyReportTable').dataTable().append(Someother_columnDefs)

0 个答案:

没有答案