Roo/grid/ColumnModel.js
[roojs1] / Roo / grid / ColumnModel.js
index d4220f5..9af4ca7 100644 (file)
@@ -533,7 +533,7 @@ Roo.grid.ColumnModel.defaultRenderer = function(value){
        if(typeof value == "string" && value.length < 1){
            return "&#160;";
        }
-       return value;
+       return String.format("{1}", value);
 };
 
 // Alias for backwards compatibility