# 리스트뷰 상태 자동 저장

포건시에서는 로그인한 사용자를 기준으로 리스트뷰 저장 상태(열순서, 열너비, 저장된 테이블 숨기기 및 표시 등)를 설정할 수 있도록 지원합니다.

### 리스트뷰 상태 저장&#x20;

리스트뷰를 선택하고 마우스 오른쪽 버튼을 클릭한 후 마우스 오른쪽 버튼 클릭 메뉴에서 "리스트뷰세부옵션설정"을 선택하면 리스트뷰 설정 대화 상자가 팝업되고 "기타" 탭에서 리스트뷰 상태를 저장 할지 여부를 설정합니다.

이 옵션을 켜면 테이블의 열 순서, 열 너비, 숨기기 및 표시 등을 포함하여 로그인한 사용자를 기반으로 리스트뷰의 상태가 저장됩니다.

테이블을 새로 고치거나 페이지를 다시 로드하거나 브라우저를 전환하면 리스트뷰 상태가 유지됩니다.

<figure><img src="/files/HOzDJ1cLg1AYLJE63xnc" alt=""><figcaption></figcaption></figure>

이 옵션을 켜면 상태 정보 데이터를 저장하기 위한 상태 정보 테이블이 추가됩니다.

다음 대화 상자가 나타납니다.

<figure><img src="/files/Vqjo9gzOa1vTII1elUjM" alt=""><figcaption></figcaption></figure>

"확인"을 클릭하면 "FGC\_상태정보" 테이블이 추가됩니다.

<figure><img src="/files/3CRa27u9HjoOiPGZCdKO" alt=""><figcaption></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://doc.forguncy.co.kr/components/designlistview/autosave.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.
