X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.grid.EditorGrid.json;h=fa77a3df84b940da00964ce653466f657666ea3f;hp=712c26e7bd6f07ae1cd06e2cd730a4c2206e9ed9;hb=5b1a708cf006e24f8f6eb81a4e9723dad77c31cd;hpb=aad38167787853df0a110ecb4102717d97aa3cb3 diff --git a/docs/symbols/Roo.grid.EditorGrid.json b/docs/symbols/Roo.grid.EditorGrid.json index 712c26e7bd..fa77a3df84 100644 --- a/docs/symbols/Roo.grid.EditorGrid.json +++ b/docs/symbols/Roo.grid.EditorGrid.json @@ -466,6 +466,34 @@ "returns" : [ ] }, + { + "name" : "addColumns", + "desc" : "addColumns\nAdd's a column, default at the end..", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.grid.Grid", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "position", + "type" : "int", + "desc" : "to add (default end)", + "isOptional" : false + }, + { + "name" : "of", + "type" : "Array", + "desc" : "objects of column configuration see {@link Roo.grid.ColumnModel}", + "isOptional" : false + } + ], + "returns" : [ + ] + }, { "name" : "render", "desc" : "Called once after all setup has been completed and the grid is ready to be rendered.",