fnInitComplete: function(oSettings, json)
{
console.log(json); // gives undefined
}
I have read that this is a bug. Is there any other way to get data from server? I don't have a possibility to update to v1.10.
fnInitComplete: function(oSettings, json)
{
console.log(json); // gives undefined
}
I have read that this is a bug. Is there any other way to get data from server? I don't have a possibility to update to v1.10.