X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/layout/container/Table.js diff --git a/src/layout/container/Table.js b/src/layout/container/Table.js index 2cf3e976..5a80dd26 100644 --- a/src/layout/container/Table.js +++ b/src/layout/container/Table.js @@ -46,16 +46,16 @@ bodyStyle:'padding:20px' }, items: [{ - html: '

Cell A content

', + html: 'Cell A content', rowspan: 2 },{ - html: '

Cell B content

', + html: 'Cell B content', colspan: 2 },{ - html: '

Cell C content

', + html: 'Cell C content', cellCls: 'highlight' },{ - html: '

Cell D content

' + html: 'Cell D content' }], renderTo: Ext.getBody() });