I using extjs and i want display my dynamic data like bellow
I use xtype: displayfield but i think it's not well and i can't use it to make like my picture
items: [
{
xtype: 'displayfield',
style: 'border: 1px solid #CCCCCC',
fieldLabel: 'a',
name: 'a',
value: 'a'
}, {
xtype: 'displayfield',
style: 'border: 1px solid #CCCCCC',
fieldLabel: 'b',
name: 'b',
value: 'b'
}],
any idea? How to do that thanks