From: Alan Knowles Date: Thu, 29 Jul 2021 05:19:25 +0000 (+0800) Subject: Roo/grid/Grid.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=d4ae8279596ba501609e5ff06addbcb2f79e0569 Roo/grid/Grid.js --- diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index ac2204ae67..a4e9fc195f 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -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. */