diff --git a/jquery.dynatable.js b/jquery.dynatable.js index 9285e1e..5784b22 100644 --- a/jquery.dynatable.js +++ b/jquery.dynatable.js @@ -1490,6 +1490,9 @@ }, lowercase: function(text) { return text.replace(/([A-Z])/g, function($1){return $1.toLowerCase();}); + }, + none: function(text) { + return text; } }, // Deserialize params in URL to object