This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-08 06:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix: Using `Array.prototype.push.apply` can fail on larger tables / queries due to limits on the number of arguments that can be passed to a function, imposed by the various Javascript engines. - The fix is to replace with more approriate options. The jquery `$.merge` function in particular is useful and array concat when we don't need to maintain a refernce. - This fixes DataTables/DataTables #651
2015-08-31 14:26:04 +01:00
ad3643062e791c13b78f3d0ca452ef2a54e7e59e
Reference in New Issue
Copy Permalink