| 12345678910111213141516171819202122 |
- [{
- "text": "Name",
- "flex": 1,
- "dataIndex": "name",
- "width": 100,
- "xtype": "",
- "items": null
- }, {
- "text": "Age",
- "flex": 0,
- "dataIndex": "age",
- "width": 100,
- "xtype": "",
- "items": null
- }, {
- "text": "Group",
- "flex": 0,
- "dataIndex": "group",
- "width": 100,
- "xtype": "",
- "items": null
- }]
|