X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Table.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Table.js.html;h=6de3fa3f65c610c6762615aa714c9c5508fcb5c9;hp=efd4d9707f4d010e5d35be81f10aa6dbeb8acca1;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_Table.js.html b/docs/src/Roo_bootstrap_Table.js.html index efd4d9707f..6de3fa3f65 100644 --- a/docs/src/Roo_bootstrap_Table.js.html +++ b/docs/src/Roo_bootstrap_Table.js.html @@ -2,6 +2,7 @@ * @class Roo.bootstrap.Table * @licence LGBL * @extends Roo.bootstrap.Component + * @children Roo.bootstrap.TableBody * Bootstrap Table class. This class represents the primary interface of a component based grid control. * Similar to Roo.grid.Grid * <pre><code> @@ -63,9 +64,9 @@ 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.ColumnModel} cm[] A column for th grid. + * @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 the grid. * * @cfg {String} cls table class *