# 인라인 에디터

리스트에서 레코드를 바로 수정하기 위하여 인라인 에디터 기능을 사용할 수 있습니다. **화면에 표시된 리스트에서 개별 레코드의 값을 클릭하여 즉시 수정 및 저장**할 수 있어, 더 이상 상세 페이지로 이동할 필요 없이 데이터를 빠르고 효율적으로 관리할 수 있습니다. 이 기능을 통해 반복적인 데이터 수정 작업의 생산성이 크게 향상되며, 리스트 기반의 업무 프로세스도 한층 간결해집니다.

{% hint style="warning" %}
인라인 에디터 기능을 사용하려면, 데이터 테이블 설정 메뉴에서 ‘인라인 에디터’ 옵션을 활성화해야 합니다.
{% endhint %}

***

### :small\_orange\_diamond: 사용 방법

<figure><img src="/files/yhWxhnFeUElzDwAtDWhk" alt=""><figcaption><p>인라인 에디터</p></figcaption></figure>

* 편집하고 싶은 셀을 더블 클릭하거나 셀의 편집 아이콘 버튼을 클릭합니다.\
  (해당 필드의 편집 권한이 있는 경우만 편집이 가능합니다.)
* 값을 변경한 후 엔터 키를 입력하거나 외부 화면을 클릭하면 값이 저장됩니다.
* 픽리스트 유형의 필드의 경우 레코드 타입에 따라 옵션이 제어됩니다.\
  (레코드 타입이 변경된다고 해서 기존에 저장되어 있는 값이 변경되진 않습니다.)


---

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