1. Вкалдки формы:
[
  {
    "caption": "Заголовок",
    "fields": [
      {
        "field": "path",
        "caption": "Путь",
        "inputTVtype": "image",
        "sourceFrom": "migx"
      },
      {
        "field": "name",
        "caption": "Имя",
        "inputTVtype": "text"
      },
      {
        "field": "duration",
        "caption": "Продолжительность",
        "inputTVtype": "text"
      }
    ]
  }
]

2. Разметка колонок:
[{
  "sourceFrom": "migx",
  "header": "Путь",
  "dataIndex": "path"
},{
  "header": "Имя",
  "dataIndex": "name",
  "sortable": "true"
},{
  "header": "Продолжительность",
  "dataIndex": "duration"
}]