1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00

Fixed: When using server-side processing and having called fnDestroy, don't make another XHR to the server as the data won't be used - 3375

This commit is contained in:
Allan Jardine 2010-11-17 08:10:49 +00:00
parent 5b677bcdf7
commit 837ae99479

View File

@ -3009,7 +3009,7 @@
}
/* If we are dealing with Ajax - do it here */
if ( oSettings.oFeatures.bServerSide &&
if ( !oSettings.bDestroying && oSettings.oFeatures.bServerSide &&
!_fnAjaxUpdate( oSettings ) )
{
return;