DataTables: Cannot read property style of undefined

前端 未结 11 720
时光取名叫无心
时光取名叫无心 2020-12-23 15:42

I am getting this error with the following:

jquery.dataTables.js:4089 Uncaught TypeError: Cannot read property \'style\' of undefined(…)
_fnCalculateColumnWi         


        
11条回答
  •  感情败类
    2020-12-23 16:25

    It can also happen when drawing a new (other) table. I solved this by first removing the previous table:

    $("#prod_tabel_ph").remove();

提交回复
热议问题