Home Reference Source

src/components/tree/fixtures/comp3.js

export default {
  'label': 'Tree',
  'tableView': false,
  'key': 'tree',
  'type': 'tree',
  'input': true,
  'tree': true,
  'components': [{
    'label': 'Tree',
    'tableView': false,
    'key': 'tree1',
    'type': 'tree',
    'input': true,
    'tree': true,
    'components': [{
      'label': 'Text Field',
      'tableView': true,
      'key': 'textField',
      'type': 'textfield',
      'input': true
    }]
  }]
};