Skip to content

Small update to Edit feature documentation #5644

@georgecheyne

Description

@georgecheyne

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions