1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/media/unit_testing/tests_onhold
2011-05-04 18:30:44 +01:00
..
1_dom New: Support TH elements in the table's TBODY. TH elements are now treated just like TDs in the body. This will work only with DOM sourced data out of the box - any body cell elements that DataTables creates are still TD. 2011-05-04 18:30:44 +01:00
2_js New: Creation of TR/TD elements when using an Ajax or JS source for the table can be defered until draw time, when the rows are actually needed now - 4739. This is enabled by setting bDeferRender to true at initialisation time. It provides major benefits for speed in IE when dealing with large tables. However do note that if you are using fnGetNodes() with this enabled, then you will only get nodes which have been rendered. 2011-04-22 19:51:06 +01:00
3_ajax Update version number to 1.8.0.dev.2 for beta 2 development work 2011-05-02 22:32:54 +01:00
4_server-side Update version number to 1.8.0.dev.2 for beta 2 development work 2011-05-02 22:32:54 +01:00
5_ajax_objects Update version number to 1.8.0.dev.2 for beta 2 development work 2011-05-02 22:32:54 +01:00
6_delayed_rendering Update version number to 1.8.0.dev.2 for beta 2 development work 2011-05-02 22:32:54 +01:00