# 열 고정

리스트에서 가로로 많은 데이터를 효율적으로 확인하기 위해 열 고정 기능을 사용할 수 있습니다. 스크롤을 하더라도 지정한 열이 화면에 고정되어 항상 보이기 때문에, 고객명이나 고유 ID처럼 중요한 기준 정보를 놓치지 않고 다른 열의 값과 손쉽게 비교할 수 있습니다. **이 기능을 통해 긴 테이블을 탐색하거나 수정하는 과정에서도 가독성과 작업 효율이 크게 향상되며, 복잡한 데이터도 빠르게 이해하고 처리할 수 있습니다.**

{% hint style="warning" %}
열 고정은 최대 3개의 열까지 가능합니다.
{% endhint %}

***

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

1\. 핀 아이콘(:pushpin:)을 클릭하여 해당 열을 고정합니다.\
(열은 최대 3개까지 고정이 가능하며, 선택한 열의 앞선 열이 함께 고정됩니다.)

<figure><img src="/files/lBKQBDI6m61dkQ3NNvN3" alt="" width="325"><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-1/undefined-1.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.
