# 데이터 테이블 설정

List View에 노출되는 데이터 테이블을 세밀하게 설정하고 효율적으로 관리할 수 있습니다. **이 기능을 통해 사용자는 데이터 표시 방식을 자신의 필요에 맞게 최적화할 수 있습니다.** 페이지별 레코드 수를 조정하여 한 화면에서 볼 수 있는 데이터의 양을 사용자 선호에 맞게 설정할 수 있으며, 가상 열 추가 기능을 통해 기존 데이터를 기반으로 새로운 정보를 계산하여 표시할 수 있습니다.

<figure><img src="/files/SEK4DpJquOcS1fNlmlRn" alt=""><figcaption><p>List View 데이터 테이블</p></figcaption></figure>

{% hint style="warning" %}
리스트구성기를 저장하려면 최소 1개의 열을 추가해야 합니다.
{% endhint %}

***

### :small\_orange\_diamond: 화면 구성

<figure><img src="/files/Bqm9vML1sT86QUm73PQd" alt="" width="239"><figcaption><p>데이터 테이블 설정 화면</p></figcaption></figure>

<table><thead><tr><th width="87" data-type="number">번호</th><th width="183">필드명 및 영역</th><th width="379">설명</th><th>필수</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/c3Jz3c9QA1l3MMpbF7Kl"><mark style="color:blue;">QUERY</mark></a></td><td>Query에서 설정된 조건으로 레코드 목록을 조회합니다.</td><td></td></tr><tr><td>2</td><td><p>페이지별 레코드 수</p><p>(Records by Page)</p></td><td><p>페이지별 나타낼 레코드 개수를 선택합니다.</p><ul><li>20</li><li>50</li><li>100</li><li>200</li></ul><p>기본값 : 50</p></td><td></td></tr><tr><td>3</td><td><a href="/pages/BgNTxSKGrWJEa1KF8Dic"><mark style="color:blue;">다중 선택 허용</mark><br><mark style="color:blue;">(Multi Selectable)</mark></a></td><td>리스트의 가장 첫 번째 열에 확인란을 표시하여 레코드를 다중 선택 여부를 설정합니다.</td><td></td></tr><tr><td>4</td><td><a href="/pages/ahv5HphlGgPw6BbS9h4B"><mark style="color:blue;">요약 표시</mark><br><mark style="color:blue;">(Show Summary)</mark></a></td><td>레코드 리스트의 요약 정보 표시 여부를 설정합니다.</td><td></td></tr><tr><td>5</td><td><p>헤더 정렬</p><p>(Header Align)</p></td><td><p>데이터 테이블 헤더의 정렬 상태와 열의 정렬 상태의 동기화 여부를 설정합니다.</p><p>기본값 (비활성 상태) : Left 정렬</p></td><td></td></tr><tr><td>6</td><td><a href="/pages/UcwQ2IwoDhHuJ7nLUwAg">인라인 에디터<br>(Inline Editor)</a></td><td>레코드 리스트에서 에디터 기능의 사용 여부를 설정합니다.</td><td></td></tr><tr><td>7</td><td><a href="/pages/EqwA3owSPHcF0VmhBSKq"><mark style="color:blue;">열 추가</mark><br><mark style="color:blue;">(Add Columns)</mark></a></td><td>리스트 구성기에 설정된 표준 개체의 필드를 기반으로 데이터 테이블에 표시할 열을 추가합니다.</td><td><mark style="color:red;">✔️</mark></td></tr><tr><td>8</td><td><a href="/pages/1nJ13WZNkHri2oiih3UY"><mark style="color:blue;">가상 열 추가</mark><br><mark style="color:blue;">(Add Virtual)</mark></a></td><td>데이터 테이블에 표시할 가상의 열을 추가합니다.</td><td></td></tr><tr><td>9</td><td><a href="/pages/HNe0XRRXpSHQWmPRXiEn"><mark style="color:blue;">행 작업 추가</mark><br><mark style="color:blue;">(Add Row Action)</mark></a></td><td>행 별로 실행할 플로 작업을 추가합니다.</td><td></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.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.
