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
|
4e11bf9e9c
|
Fixed: Unit tests could fail due to interaction between state saving cookies. Now when tests which state save end, they must call fnCookieDestroy.
|
2010-10-17 07:43:17 +01:00 |
|
Allan Jardine
|
23fe13c68b
|
Fixed: Column visibility was not being saved when calling fnSetColumnVis. It would require another draw to save the state before - 2635.
Fixed: Column visibility was not be restored from the state saving cookie. A small tidy up of the column creation code as well - 2635.
|
2010-09-14 19:43:04 +01:00 |
|
Allan Jardine
|
fb20b17856
|
Fixed: When destroying a table which had been filtered to no results, the 'No results' row was not automatically removed, returning in the table being unable to be re-initialised (since it has a colspan).
Fixed: Now use escape() and unescape() for state saving cookie with the filtering strings - 2608
|
2010-09-14 18:51:41 +01:00 |
|