Link to test case: https://jsfiddle.net/BeerusDev/5nLg4bt0/25/
Hello, I am starting a new project and plan on using DataTables again. I initialized the table and I get the following errors:
"jQuery.Deferred exception: Cannot read property 'sWidth' of undefined", "TypeError: Cannot read property 'sWidth' of undefined
"Script error."
I created a sample dataSet to populate the table with and I have never seen this error before out of all the times I have used DataTables.
I also get warnings in my column initialization . "Duplicate key: data"
Why is this?
I have the same amount of columns in my data/column init. as my HTML table.