From: Alan Knowles Date: Thu, 29 Jul 2021 05:11:24 +0000 (+0800) Subject: Roo/grid/Grid.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=282a599421a155ecec6835f5b36b7650cc25e601 Roo/grid/Grid.js --- diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index 0d189045f5..29daa66560 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -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.