From 01c0019ba1f8de9ae245e0d2a1f8e56d1b97df7f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:22:59 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index d250f31c3b..b37485a935 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -63,8 +63,8 @@ Currently the Table uses multiple headers to try and handle XL / Medium etc... * - * @cfg {Roo.grid.RowSelectionModel|Roo.grid.CellSelectionModel} sm The selection model to use (cell selection is not supported yet) - * @cfg {Roo.data.Store|Roo.data.SimpleStore} store The data store to use + * @cfg {Roo.grid.AbstractSelectionModel} sm The selection model to use (cell selection is not supported yet) + * @cfg {Roo.data.Store} store The data store to use * @cfg {Roo.grid.ColumnModel} cm[] A column for th grid. * * @cfg {String} cls table class -- 2.39.2