Merge pull request #5 from DukeAstar/master

fnServerData function was call without having DataTable as "this"
pull/6/head
Allan Jardine 12 years ago
commit a71dbb15b6

@ -30,7 +30,7 @@ $.fn.dataTableExt.oApi.fnReloadAjax = function ( oSettings, sNewSource, fnCallba
this.oApi._fnServerParams( oSettings, aData ); this.oApi._fnServerParams( oSettings, aData );
oSettings.fnServerData( oSettings.sAjaxSource, aData, function(json) { oSettings.fnServerData.call( oSettings.oInstance, oSettings.sAjaxSource, aData, function(json) {
/* Clear the old information from the table */ /* Clear the old information from the table */
that.oApi._fnClearTable( oSettings ); that.oApi._fnClearTable( oSettings );

Loading…
Cancel
Save