Closed pflaumingo closed 7 years ago
Does this editor support passing in initial values? Is there a configuration similar to below that would result in the cell being initially populated with the people.name property of the table's data property?
{ data: 'people.name', renderer: customDropdownRenderer, editor: 'chosen', width: 150, chosenOptions: { multiple: true, data: data.validations.people }
Silly from me, I just needed to pass in the people.id as the parameter rather than people.name, which should be people.label anyways.
Does this editor support passing in initial values? Is there a configuration similar to below that would result in the cell being initially populated with the people.name property of the table's data property?
{ data: 'people.name', renderer: customDropdownRenderer, editor: 'chosen', width: 150, chosenOptions: { multiple: true, data: data.validations.people }