DataTable插件报错:Uncaught TypeError: Cannot read property 'style' of undefined

DataTable插件报错:Uncaught TypeError: Cannot read property 'style' of undefined

原因:table 中定义的列和aoColumns数据表的项数量对不上:比如下面:
class="table dataTable ">
      >列1       
列2
 
"aoColumns": [
    {
        "mDataProp": "uuid",
        "sDefaultContent": "",  "fnRender": function (obj) { var sReturn = "";  return sReturn;  } },  { "mDataProp": "warehouseName",  "sDefaultContent": "",  "sTitle": "<aebiz:showTitle titleId="productsuresalestock.m.warehouseName"/>"  },  { "mDataProp": "warehouseNo",  "sDefaultContent": "",  "sTitle": "<aebiz:showTitle titleId="productsuresalestock.m.warehouseNo"/>"  }]

转载于:https://www.cnblogs.com/tony-brook/p/9660982.html

你可能感兴趣的:(DataTable插件报错:Uncaught TypeError: Cannot read property 'style' of undefined)