Datatables TypeError: c is undefined

后端 未结 9 1395
[愿得一人]
[愿得一人] 2020-12-03 09:20

I try to use jQuery DataTables but I get the error

TypeError: c is undefined

I don\'t know what is wrong with my code as I can s

9条回答
  •  渐次进展
    2020-12-03 09:59

    In my case th and td , count is not equal due do colspan, removed colspan and it worked.

提交回复
热议问题