detailGridColumns1.json 268 B

1234567891011121314151617
  1. [{
  2. "text": "列1",
  3. "dataIndex": "col1",
  4. "width": 100
  5. }, {
  6. "text": "列2",
  7. "dataIndex": "col2",
  8. "width": 200
  9. }, {
  10. "text": "列3",
  11. "dataIndex": "col3",
  12. "width": 400
  13. }, {
  14. "text": "列4",
  15. "dataIndex": "col4",
  16. "width": 600
  17. }]