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
In my case th and td , count is not equal due do colspan, removed colspan and it worked.