gridColumns2.json 354 B

12345678910111213141516171819202122
  1. [{
  2. "text": "Name",
  3. "flex": 1,
  4. "dataIndex": "name",
  5. "width": 100,
  6. "xtype": "",
  7. "items": null
  8. }, {
  9. "text": "Age",
  10. "flex": 0,
  11. "dataIndex": "age",
  12. "width": 100,
  13. "xtype": "",
  14. "items": null
  15. }, {
  16. "text": "Group",
  17. "flex": 0,
  18. "dataIndex": "group",
  19. "width": 100,
  20. "xtype": "",
  21. "items": null
  22. }]