1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-30 12:24:10 +01:00
DataTables/media/unit_testing/templates
2010-09-20 13:15:06 +01:00
..
-complex_header.php Updated: Complex headers have been relaxed such that TH elements no longer need to be unique. There does need to be the correct TH elements with colspans and rowspans which add up, and each column requires at least one TH element for itself, but it is now possible to have two (or more) TH elements for each column. 2010-08-17 23:03:17 +01:00
2512.php Fixed: Rows with HTML entities and BR tags in them could break filtering in IE and Opera - 2512 2010-08-17 18:47:07 +01:00
dom_data.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
dymanic_table.php Fixed: Columns with zero length strings only in them and with a given width would be missed from the width calculations - 2530 2010-08-17 19:00:46 +01:00
empty_table.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
js_data.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
two_tables.php Fixed: When initialising multiple tables it was possible (no aoColumns given, and different number of columns) for DataTables to get confused and think one table's columns belong to another (due to a non-unique array in the initialisation object which was being wrongly used). 2010-09-20 13:15:06 +01:00