Roo/grid/Grid.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:11:24 +0000 (13:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:11:24 +0000 (13:11 +0800)
Roo/grid/Grid.js

index 0d18904..29daa66 100644 (file)
@@ -318,10 +318,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.