편집기별 추가 옵션(자유 키). / Editor-specific extra options (free-form keys).
Optionalformat입력값 포맷 문자열. / Format string for the input value.
Optionalmaxnumber 편집기의 최댓값. / Maximum for a number editor.
Optionalminnumber 편집기의 최솟값. / Minimum for a number editor.
Optionalmultipleselect 에서 다중 선택 허용. / Allow multiple selection in select.
Optionaloptionsselect 편집기의 선택지(문자열 또는 {label,value}). / Choices for a select editor.
Optionalplaceholder빈 편집기에 보일 안내 문구. / Placeholder shown in an empty editor.
Optionalstepnumber 편집기의 증가 단위. / Step increment for a number editor.
사용할 내장 편집기 이름. / Which built-in editor to use.
편집기를 어떻게 열지 자세히 지정합니다. 예를 들어
select편집기에 선택지 목록을,number편집기에 최소·최대·증가폭을 함께 줄 때 씁니다(column.editor에 이 객체를 넘김). / Detailed spec for how the editor opens — e.g. aselecteditor's choices, or anumbereditor's min/max/step (passed tocolumn.editor).