Datatables: Cannot read property ‘mData’ of undefined

I have an issue with Datatables. I also went through this link which didn’t yield any results. I have included all the prerequisites where I’m parsing data directly into the DOM. Kindly help me to fix this issue. Script $(document).ready(function() { $(‘.viewCentricPage .teamCentric’).dataTable({ “bJQueryUI”: true, “sPaginationType”: “full_numbers”, “bPaginate”: false, “bFilter”: true, “bSort”: true, “aaSorting”: [ … Read more