-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Hi,
Just a tiny update please.
In the documentation here:
http://ui-grid.info/docs/#/tutorial/201_editable
In the section about the dropdown template:
A dropdown editor is also available, through setting the editableCellTemplate on the columnDef to 'ui-grid/dropdownEditor'. When using a dropdown editor you need to provide an options array through the editDropDownOptionsArray property on the columnDef. This array by default should be an array of {id: xxx, value: xxx}, although the field tags can be changed through using the editDropdownIdLabel and editDropdownValueLabel options.
the sentence:
When using a dropdown editor you need to provide an options array through the editDropDownOptionsArray property on the columnDef.
should read
When using a dropdown editor you need to provide an options array through the editDropdownOptionsArray property on the columnDef.
(note the capitalisation of the second d in editDropdownOptionsArray)
This has tripped me up a couple of times I'm not sure how best to get it updated so I'm putting it as an Issue.
Thanks