mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-01 00:52:11 +01:00
e61e402e37
- 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.