> 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/smallbuilder-lists/builder-setup-steps/datatable-setup/add-virtual-column.md).

# Add Virtual Column

Virtual fields (columns) can be added to the data table for display. **These virtual fields do not exist in the actual database but combine or calculate values from existing fields to present new information.** For instance, you can create a 'Full Name' column by combining 'First Name' and 'Last Name,' or generate a 'Total Amount' column by multiplying 'Quantity' and 'Unit Price.' This feature allows users to flexibly display and analyze necessary information without altering the original data.

***

### :small\_orange\_diamond: Steps to Add a Virtual Column

1\. Click the **Add Virtual** button.

<figure><img src="/files/ddigZ3yIuseDf5fQWZUF" alt="" width="308"><figcaption><p>Datatable Setup</p></figcaption></figure>

2\. Configure the virtual column’s **Label**, **Column Align**, and **Column Width**.

<figure><img src="/files/u7wsShxOqttXSd2EqKr1" alt="" width="335"><figcaption><p>Edit a Virtual Column</p></figcaption></figure>

3\. Select the **Virtual Type** for the column. The available types are **Text**, **Number**, and **Currency**, with each type offering different editing options depending on its characteristics.

[Learn more about editing virtual column types >](/smallbuilder-lists/builder-setup-steps/datatable-setup/add-and-edit-columns/column-editing-by-type.md)

4\. Click the **Save** button to save the settings and verify the newly added virtual column.

<figure><img src="/files/5LbGBaRSjvbZrh1665Qw" alt="" width="338"><figcaption><p>Added Virtual Column</p></figcaption></figure>
