From 282a599421a155ecec6835f5b36b7650cc25e601 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:11:24 +0800 Subject: [PATCH] Roo/grid/Grid.js --- Roo/grid/Grid.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.39.2