- I’m trying to add a dropdown to my “Type” column where I can select either x, y, or z.
- When I select x, y, or z in the dropdown, the checkboxes for the x, y, z columns don’t change.
However, when I check the either x,y or z checkboxes, the downdrop value in the “Type” column changes
{ name: 'Type', displayName: 'Type', width: '7%',field:'getType()', editableCellTemplate: 'ui-grid/dropdownEditor', editDropdownValueLabel: 'Type', enableCellEdit: true },
Here's my plunker: https://plnkr.co/edit/mzSaxh3PVvqvfJtAYKkU?p=preview