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-21 19:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Performance: On destroy, don't select tbody elements for event removal - Based on thread 17024 - if you have a large table with a lot of elements in the tbody, the find('*') selector was of course selecting them all. That results in poor performance. DataTables doesn't add any events to the children in the tbody, so we can filter out those elemetns and keep the element list ot a sensible size.
2013-08-23 10:11:42 +01:00
ce1dba44a5f89db2aeaa390cc2f3f0c61adf350d
Reference in New Issue
Copy Permalink