I used dataTable.min.js javascript file in my project. I filled data for table as dynamic. But I have giving an error. Can you help me.
Error Detail: jquery.dataTables.min.js:65 Uncaught TypeError: Cannot read property 'aDataSort' of undefined
I used dataTable.min.js javascript file in my project. I filled data for table as dynamic. But I have giving an error. Can you help me.
Error Detail: jquery.dataTables.min.js:65 Uncaught TypeError: Cannot read property 'aDataSort' of undefined
looks like the data being returned is empty and hence it can not read property of undefined, anyways post code to analyze more or you can see if you find any answer here
->JQuery Datatables : Cannot read property 'aDataSort' of undefined
i had assigned tables id as name "datatable". and then i thought , it will be problem. and then i changed the id as "example". it that works