Uncaught TypeError: Cannot read property 'length' of undefined

Uncaught TypeError: Cannot read property 'length' of undefined

amitsharma9amitsharma9 Posts: 1Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
I am trying to integrate datatable in my application but stuck with this error.


Line 2038 give me the error as "Uncaught TypeError: Cannot read property 'length' of undefined"

Line : 2037 var aData = _fnGetObjectDataFn( oSettings.sAjaxDataProp )( json );
Line : 2038 for ( var i=0, iLen=aData.length ; i
This discussion has been closed.