mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-03 04:29:15 +01:00
Merge pull request #41 from michalporeba/master
fnAddData ignoring default value of bRedraw parameter
This commit is contained in:
commit
7ba7027ee8
@ -181,7 +181,7 @@ this.fnAddData = function( mData, bRedraw )
|
|||||||
|
|
||||||
oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
|
oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
|
||||||
|
|
||||||
if ( bRedraw )
|
if ( bRedraw === undefined || bRedraw )
|
||||||
{
|
{
|
||||||
_fnReDraw( oSettings );
|
_fnReDraw( oSettings );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user