I am using dataTable.1.6.0, below is the my code...
$('#eventsPane div.genreEvents table').dataTable({
scrollHeight: 410,
"aoColumns":[
{"bSortable":false},
null,
{"bSortable":false},
{"sType":"date","iDataSort":4},
{"bSortable":false},
null
],
"aaSorting":[[3,'asc']]
});
I keep getting this error
invalid Array.prototype.sort argument.
Can someone please help...