For Example:
var tablePanel = new Ext.Panel({
border: false,
autoScroll: true,
layout: 'table',
layoutConfig: { columns: maxColumns },
items: items
});
Can i add rows or cells to that table? And how can i do that? with method .add or? Thanks.