# 유형별 편집 내용

{% hint style="info" %}
텍스트형, 숫자형 열을 제외하고 모든 유형은 동일한 설정 화면을 제공합니다.

* 텍스트형
  * 텍스트(text)
* 숫자형
  * 숫자(number)
  * 통화(currency)
* 그 외 유형
  * 조회(lookup)
  * 선택 목록(picklist)
  * 다중 선택 목록(multipicklist)
  * 확인란(checkbox)
  * 날짜(date)
  * 날짜/시간(date/time) : 날짜 형식으로만 제공
    {% endhint %}

***

### :small\_orange\_diamond: 텍스트 유형

![](/files/kGKyt9ZyIMyRWJFS6YFj)

<table data-full-width="false"><thead><tr><th width="87">번호</th><th width="175">필드명 및 영역</th><th width="427">설명</th></tr></thead><tbody><tr><td>1</td><td>링크(Link)</td><td><p>데이터 테이블의 특정 열에 하이퍼링크 기능을 활성화할 수 있습니다. 이 기능을 설정하면 <strong>해당 열의 데이터가 클릭 가능한 링크로 표시되며, 사용자가 클릭 시 설정된 URL로 이동하게 됩니다.</strong> 링크의 대상 URL은 고정된 주소를 사용하거나, 레코드의 다른 필드 값을 동적으로 포함시켜 생성할 수 있습니다.</p><ul><li>없음(None)</li><li>레코드 상세 페이지(Record Detail Page)</li><li>사용자 정의 링크(Custom Link)</li></ul><p>기본값 : 없음(None)</p></td></tr><tr><td>2</td><td><p>HTML 적용</p><p>(HTML Formatted)</p></td><td>HTML 렌더링 옵션을 활성화할 경우, 해당 열의 데이터가 일반 텍스트 대신 HTML 코드로 해석되어 표시됩니다. <strong>이 기능을 사용하면 열 내용에 서식, 이미지, 링크 등의 HTML 요소를 포함시켜 보다 풍부하고 동적인 정보를 제공할 수 있습니다.</strong> 단, 이 옵션 사용 시 데이터의 보안과 유효성을 신중히 고려해야 하며, 악의적인 스크립트 실행을 방지하기 위한 적절한 필터링이 필요합니다.</td></tr><tr><td>3</td><td>이미지(Image)</td><td>이미지 표시 옵션을 활성화하면, 해당 열의 데이터가 텍스트 대신 이미지로 렌더링됩니다. <strong>이 기능을 사용할 경우, 열의 값은 이미지 URL로 해석되어 해당 이미지가 테이블 셀 내에 표시됩니다.</strong> 사용자는 추가 설정을 통해 표시되는 이미지의 너비(Width)와 높이(Height)를 픽셀 단위로 지정할 수 있어, 테이블 레이아웃에 맞게 이미지 크기를 최적화할 수 있습니다.</td></tr></tbody></table>

***

### :small\_orange\_diamond: 숫자 유형

편집화면에서 요약(Summary) 버튼을 활성화하면 요약 세부사항 설정이 나타납니다.

![](/files/7yjUnrVjTl7Xdd29ECTk)

<table><thead><tr><th width="87">번호</th><th width="163">필드명 및 영역</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td><p>요약 레이블</p><p>(Summary Label)</p></td><td>요약 표시 레이블을 설정할 수 있으며, 사용자 정의 라벨을 추가할 수 있습니다.</td></tr><tr><td>2</td><td><p>요약 유형</p><p>(Summary Type)</p></td><td><p>데이터 테이블의 각 열에 대하여 요약 통계를 설정할 수 있습니다.</p><ul><li>합계(Sum)</li><li>평균(Average)</li></ul><p>기본값 : 합계(Sum)</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/datatable-setup/undefined-2-1/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
