컬럼이 담는 값의 종류. 이 값 하나로 그리드가 "어떻게 정렬하고, 기본 렌더러로 무엇을 쓰고,
편집기를 무엇으로 열지"를 결정합니다. 지정하지 않으면 문자열처럼 다룹니다.
'string' : 일반 텍스트.
'number' : 숫자(오른쪽 정렬·숫자 비교·천단위 포맷).
'date' : 날짜(달력 편집기·날짜 비교).
'boolean' : 참/거짓(체크박스 표시).
'select' : 목록에서 하나 선택(드롭다운 편집기).
'radio' : 같은 그룹 안에서 하나 선택.
'img' : 셀 값을 이미지 주소로 보고 그림 표시.
'html' : HTML 문자열을 그대로 렌더(기본 sanitize).
'barcode' : 값을 바코드 그래픽으로 표시.
What kind of value a column holds. This single choice drives how the grid sorts, which
default renderer it uses, and which editor it opens. Unset behaves like a string.
'string' : Plain text.
'number' : Number (right-aligned, numeric compare, thousand separators).
'date' : Date (calendar editor, date compare).
'boolean' : True/false (rendered as a checkbox).
'select' : Single choice from a list (dropdown editor).
'radio' : Single choice within a radio group.
'img' : Treat the value as an image URL and show it.
'html' : Render an HTML string (sanitized by default).
컬럼이 담는 값의 종류. 이 값 하나로 그리드가 "어떻게 정렬하고, 기본 렌더러로 무엇을 쓰고, 편집기를 무엇으로 열지"를 결정합니다. 지정하지 않으면 문자열처럼 다룹니다.
'string': 일반 텍스트.'number': 숫자(오른쪽 정렬·숫자 비교·천단위 포맷).'date': 날짜(달력 편집기·날짜 비교).'boolean': 참/거짓(체크박스 표시).'select': 목록에서 하나 선택(드롭다운 편집기).'radio': 같은 그룹 안에서 하나 선택.'img': 셀 값을 이미지 주소로 보고 그림 표시.'html': HTML 문자열을 그대로 렌더(기본 sanitize).'barcode': 값을 바코드 그래픽으로 표시.What kind of value a column holds. This single choice drives how the grid sorts, which default renderer it uses, and which editor it opens. Unset behaves like a string.
'string': Plain text.'number': Number (right-aligned, numeric compare, thousand separators).'date': Date (calendar editor, date compare).'boolean': True/false (rendered as a checkbox).'select': Single choice from a list (dropdown editor).'radio': Single choice within a radio group.'img': Treat the value as an image URL and show it.'html': Render an HTML string (sanitized by default).'barcode': Show the value as a barcode graphic.列が保持する値の種類。この一つの値で、グリッドが「どのようにソートし、既定のレンダラーに何を使い、 どのエディターを開くか」を決めます。指定しない場合は文字列のように扱います。
'string': 通常のテキスト。'number': 数値(右揃え・数値比較・桁区切り)。'date': 日付(カレンダーエディター・日付比較)。'boolean': 真偽(チェックボックスで表示)。'select': 一覧から一つ選択(ドロップダウンエディター)。'radio': 同じグループ内で一つ選択。'img': セルの値を画像アドレスとみなして画像を表示。'html': HTML文字列をそのままレンダー(既定でsanitize)。'barcode': 値をバーコード画像として表示。列所保存的值的种类。这一个设置决定表格如何排序、使用哪个默认渲染器、打开哪个编辑器。 不指定时按字符串处理。
'string': 普通文本。'number': 数值(右对齐、按数值比较、千位分隔)。'date': 日期(日历编辑器、按日期比较)。'boolean': 真/假(显示为复选框)。'select': 从列表中单选(下拉编辑器)。'radio': 在同一组内单选。'img': 把单元格的值视为图片地址并显示图片。'html': 直接渲染 HTML 字符串(默认 sanitize)。'barcode': 把值显示为条形码图形。