dialogSettings: {
fields: [
{ key: 'Role', type: 'DropDown'}
]
}
Data in console:
dialogSettings: {
fields: [
{ text: 'ID', key: 'Id', type: 'Input' },
{ key: 'Role', type: 'DropDown' },
{ key: 'Estimate', type: 'Numeric' },
{ key: 'Summary', type: 'TextArea' }
]
} |
columns: [
{ headerText: 'Lead', keyField: '0' },
{ headerText: 'Admin', keyField: '1' },
{ headerText: 'Developer', keyField: '2' },
{ headerText: 'Tester', keyField: '3' }
], |