> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/datatable-setup/undefined-3.md).

# 가상 열 추가

데이터 테이블에 표시할 가상의 필드(열)를 추가할 수 있습니다. **이러한 가상 필드는 실제 데이터베이스에 존재하지 않지만, 기존 필드들의 값을 조합하거나 계산하여 새로운 정보를 표시할 수 있습니다.** 예를 들어, '이름'과 '성'을 결합하여 '전체 이름' 열을 만들거나, '수량'과 '단가'를 곱하여 '총액' 열을 생성할 수 있습니다. 이 기능을 통해 사용자는 원본 데이터를 변경하지 않고도 필요한 정보를 유연하게 표시하고 분석할 수 있습니다.

***

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

1\. 가상 열 추가(Add Virtual) 버튼을 클릭합니다.

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

2\. 가상 열의 레이블(Label), 열 정렬(Column Align), 열 너비(Column Width)를 설정합니다.

<figure><img src="/files/u7wsShxOqttXSd2EqKr1" alt="" width="335"><figcaption><p>가상 열 편집 화면</p></figcaption></figure>

3\. 가상 열 유형(Virtual Type)을 선택합니다. 유형은 텍스트, 숫자, 통화 3개로 나뉘며, 텍스트 또는 숫자 유형에 따라 편집 화면에 차이가 있습니다.

[<mark style="color:blue;">유형별 편집 내용 자세히 보기 ></mark>](/ko/smallbuilder-lists/undefined-1-1/datatable-setup/undefined-2-1/undefined.md)

4\. 저장(Save) 버튼을 클릭하여 설정을 저장하고 추가된 가상 열을 확인합니다.

<figure><img src="/files/5LbGBaRSjvbZrh1665Qw" alt="" width="338"><figcaption><p>추가된 가상열 확인</p></figcaption></figure>
