# 다중 선택 허용

데이터테이블의 가장 첫 번째 컬럼에 체크박스를 표시하여 레코드를 다중 선택할 수 있도록 합니다. 이 체크박스 컬럼을 통해 **사용자는 여러 레코드를 동시에 선택하거나 선택 해제할 수 있으며, 선택된 레코드들에 대해 일괄 작업을 수행할 수 있습니다.**

***

### :small\_orange\_diamond: 설정 방법

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

1\. 다중 선택 허용(Multi Selectable) 버튼을 클릭하여 활성화 합니다.

<figure><img src="/files/qFCtPP7E45uDvRoJYwzi" alt="" width="563"><figcaption><p>다중 선택 허용 설정 확인</p></figcaption></figure>

2\. 데이터 테이블의 가장 첫 번째 컬럼에 체크박스가 나타나는지 확인합니다.


---

# 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.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.
