jquery.dataTables.min.js: Uncaught TypeError: Cannot read property 'style' of undefined

 

原因:datatable表格内容有操作列,而表头没有定义操作列

少写了一行:<th>操作</th>

相关文章: