mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-11 12:29:14 +01:00
Update to use false value in bRemove arg in fnDestroy
This commit is contained in:
parent
b16efbc62a
commit
f29bd9ffbf
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -5368,7 +5368,7 @@
|
|||||||
var nBody = oSettings.nTBody;
|
var nBody = oSettings.nTBody;
|
||||||
var i, iLen;
|
var i, iLen;
|
||||||
|
|
||||||
bRemove = (bRemove===undefined) ? false : true;
|
bRemove = (bRemove===undefined) ? false : bRemove;
|
||||||
|
|
||||||
/* Flag to note that the table is currently being destroyed - no action should be taken */
|
/* Flag to note that the table is currently being destroyed - no action should be taken */
|
||||||
oSettings.bDestroying = true;
|
oSettings.bDestroying = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user