Allan Jardine
|
b52665fd6b
|
Fix: Allow non string and numeric data types in the data source (including null and boolean etc). Add suitable unit tests to sanity check this.
|
2011-05-04 19:21:41 +01:00 |
|
Allan Jardine
|
06d1802874
|
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 |
|
Allan Jardine
|
d60b9fd923
|
New: Add deferred loading example
|
2011-04-23 06:49:34 +01:00 |
|
Allan Jardine
|
a6c8a13e6a
|
New: Unit tests for column visibility with complex headers and fnSetColumnVis
|
2011-04-20 20:05:14 +01:00 |
|
Allan Jardine
|
bb5bb1c37f
|
Fix: Modify unit tests for all warnings enabled in PHP and remove depricated function calls
|
2011-03-01 21:45:57 +00:00 |
|
Allan Jardine
|
34aa952ec1
|
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 |
|
Allan Jardine
|
8e2efc004f
|
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 |
|
Allan Jardine
|
2c76d845d6
|
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 |
|
Allan Jardine
|
151b0ace94
|
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 |
|
Allan Jardine
|
9fcaccb570
|
Initial commit - DataTables 1.7.0
|
2010-08-17 08:42:13 +01:00 |
|