Allan Jardine
|
6610ec24b8
|
Unit tests were using asStripClasses which was an old legacy typo... It should be asStripeClasses and I've removed the alias in 1.9, thus the unit tests need to be updated.
|
2011-12-04 18:11:36 +00:00 |
|
Allan Jardine
|
c655c92cfe
|
Fix: Unit test compatibility fix for IE7
|
2011-09-10 10:35:03 +01:00 |
|
Allan Jardine
|
56a7564ee8
|
Dev fix: fnDestry wasn't reapplying original with correctly due to a mistake in an earlier commit - picked up by unit tests
|
2011-06-25 17:43:47 +01:00 |
|
Allan Jardine
|
5576cf2097
|
Dev fix: fnRender is only called once per row now for Ajax sourced data
|
2011-05-08 18:58:34 +01:00 |
|
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
|
dbc8046e6b
|
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.
New: Unit tests for delayed rendering. Now up to 2500+ unit tests :-)
|
2011-04-22 19:51:06 +01:00 |
|
Allan Jardine
|
9fcaccb570
|
Initial commit - DataTables 1.7.0
|
2010-08-17 08:42:13 +01:00 |
|