1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/media/unit_testing/performance
2011-12-27 19:46:43 +00:00
..
draw.html Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
large.php Dev update: Remove the 'row' event. On experimenting with CellCreated I've found that I'm getting around 4'500 triggers / sec with Safari 5.1, which really isn't close to fast enough (about two orders of magnitude out from what I would like) which means that a table with 2000 rows and 9 columns would see an additional overhead of about 4 seconds on initialisation - ouch!!! As such I've removed the 'row' event here and it would seriously impact larger tables. events are still extremely useful, however, I would suggest that plug-ins should use the callback arrays rather than events since it is much faster. These arrays might be developed further into DataTables' own triggering methods in future. Something to to be aware of certainly going into 1.10. 2011-12-27 19:46:43 +00:00
page.html Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
sort.html Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00