Fix #6864 - dynamicall adding columns
[roojs1] / docs / symbols / Roo.grid.ColumnModel.json
index 8a469c3..e9b8330 100644 (file)
         }
       ]
     },
+    {
+      "name" : "addColumn",
+      "desc" : "Add a column (experimental...) - defaults to adding to the end..",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.grid.ColumnModel",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "config",
+          "type" : "Object",
+          "desc" : "",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
+    },
     {
       "name" : "getColumnHeader",
       "desc" : "Returns the header for the specified column.",
     },
     {
       "name" : "getColumnByDataIndex",
-      "desc" : "Returns the column for a specified dataIndex.",
+      "desc" : "Returns the column Object for a specified dataIndex.",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,