Unable to get value of the property 'oSort': object is null or undefined

Unable to get value of the property 'oSort': object is null or undefined

AndyFAndyF Posts: 6Questions: 0Answers: 0
edited October 2012 in DataTables 1.9
When I run my application using datatables (and the tabletools add in) I get the following error:

SCRIPT5007: Unable to get value of the property 'oSort': object is null or undefined
jquery.plugin.js, line 13 character 1

The tables seem to work fine though, and nothing "bad" happens yet this error is still thrown every time. What could be the cause/fix?

Line 13 is jQuery.fn.dataTableExt.oSort['uk_date-asc'] = function(a,b) {
This discussion has been closed.