1. 程式人生 > 其它 >jquery datatables提示VM505:9 Uncaught TypeError: Cannot read property ‘column‘ of undefined錯誤

jquery datatables提示VM505:9 Uncaught TypeError: Cannot read property ‘column‘ of undefined錯誤

提示錯誤如下:

出現此錯誤,需要在DataTable加入如下選項即可:

"lengthChange" : false,
"autoWidth" : false,
"order" : [0, "desc"],

也可以只加"order" : [0, "desc"],選項即可。