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-01-30 23:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update - performance: API `each()` itterator uses `for` loop now * The native `forEach` is suprisingly slow. I had assumed that it would be faster that a for loop, but it appears that due to the function execution it is actually much slower. A simple for loop is much better for performance and we loose nothing since hte API instance is array like. * This fixes DataTables/DataTables #364
2014-06-27 15:34:54 +01:00
7ebfd264d3d431a8a2ec08effdee46ef997068fb
Reference in New Issue
Copy Permalink