CC-3174 : showbuilder

working on trying to save/load state serialized into the db for datatables.
This commit is contained in:
Naomi Aro 2012-02-21 17:31:54 +01:00
parent 378d3d3ef4
commit 9b5a0fc565
8 changed files with 211 additions and 231 deletions

View file

@ -1,6 +1,6 @@
/*
* File: ColVis.js
* Version: 1.0.7.dev
* Version: 1.0.7
* CVS: $Id$
* Description: Controls for column visiblity in DataTables
* Author: Allan Jardine (www.sprymedia.co.uk)
@ -873,7 +873,7 @@ ColVis.prototype = {
/**
*
* Alter the colspan on any fnOpen rows
*/
"_fnAdjustOpenRows": function ()
{
@ -958,7 +958,7 @@ ColVis.prototype.CLASS = "ColVis";
* @type String
* @default See code
*/
ColVis.VERSION = "1.0.7.dev";
ColVis.VERSION = "1.0.7";
ColVis.prototype.VERSION = ColVis.VERSION;