We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343d711 commit ea66d05Copy full SHA for ea66d05
misc/tutorial/201_editable.ngdoc
@@ -23,7 +23,7 @@ and `'boolean'` types, for all other fields a simple text editor is provided. (A
23
to be enabled the datatype of the variable should also be "Date").
24
25
A dropdown editor is also available, through setting the `editableCellTemplate` on the `columnDef` to `'ui-grid/dropdownEditor'`.
26
-When using a dropdown editor you need to provide an options array through the `editDropDownOptionsArray` property on the `columnDef`.
+When using a dropdown editor you need to provide an options array through the `editDropdownOptionsArray` property on the `columnDef`.
27
This array by default should be an array of `{id: xxx, value: xxx}`, although the field tags can be changed through
28
using the `editDropdownIdLabel` and `editDropdownValueLabel` options.
29
0 commit comments