Home Reference Source

src/components/editgrid/fixtures/comp4.js

export default {
  'label': 'Edit Grid',
  'tableView': false,
  'key': 'editGrid',
  'type': 'editgrid',
  'input': true,
  'components': [{
    'label': 'Data Map',
    'tableView': false,
    'key': 'dataMap',
    'type': 'datamap',
    'input': true,
    'valueComponent': {
      'type': 'textfield',
      'key': 'key',
      'label': 'Value',
      'input': true,
      'hideLabel': true,
      'tableView': true
    }
  }]
};