roojs-ui.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:11:47 +0000 (13:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:11:47 +0000 (13:11 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index 2bd16d0..9dc7cd5 100644 (file)
@@ -55634,10 +55634,13 @@ Roo.grid.Grid = function(container, config){
 Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
     
     /**
-        * @cfg {Roo.grid.AbstractSelectionModel} sm [default={Roo.grid.RowSelectionModel}] The selection Model
+        * @cfg {Roo.grid.AbstractSelectionModel} sm The selection Model (default = Roo.grid.RowSelectionModel)
         */
        /**
-        * @cfg {Roo.grid.GridView} view [default={Roo.grid.GridView}] The view that renders the grid
+        * @cfg {Roo.grid.GridView} view  The view that renders the grid (default = Roo.grid.GridView)
+        */
+       /**
+        * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid
         */
        /**
      * @cfg {String} ddGroup - drag drop group.
index bfae40d..1cc73d2 100644 (file)
@@ -32472,10 +32472,13 @@ Roo.grid.Grid = function(container, config){
 Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
     
     /**
-        * @cfg {Roo.grid.AbstractSelectionModel} sm [default={Roo.grid.RowSelectionModel}] The selection Model
+        * @cfg {Roo.grid.AbstractSelectionModel} sm The selection Model (default = Roo.grid.RowSelectionModel)
         */
        /**
-        * @cfg {Roo.grid.GridView} view [default={Roo.grid.GridView}] The view that renders the grid
+        * @cfg {Roo.grid.GridView} view  The view that renders the grid (default = Roo.grid.GridView)
+        */
+       /**
+        * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid
         */
        /**
      * @cfg {String} ddGroup - drag drop group.