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

index ac2204a..a4e9fc1 100644 (file)
@@ -326,6 +326,9 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
        /**
         * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid
         */
+       /**
+        * @cfg {Roo.grid.Store} ds The data store for the grid
+        */
        /**
         * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc.
         */