# Subtitle

## **Specs**

<table><thead><tr><th width="320">Label</th><th>Value</th></tr></thead><tbody><tr><td><strong>Version</strong></td><td>0.1.0 (updated on 2020-12-05)</td></tr><tr><td><strong>Developer</strong></td><td>Labii Inc.</td></tr><tr><td><strong>Type</strong></td><td>Column</td></tr><tr><td><strong>Support Configuration</strong></td><td>Yes</td></tr><tr><td><strong>Support Readonly view</strong></td><td>Yes</td></tr><tr><td><strong>Support Edit view</strong></td><td>No</td></tr><tr><td><strong>Support Form view</strong></td><td>Yes</td></tr><tr><td><strong>Support Default value</strong></td><td>No</td></tr><tr><td><strong>Support Import</strong></td><td>No</td></tr><tr><td><strong>Allow multiple</strong></td><td>Yes</td></tr></tbody></table>

## Overview

The Labii Subtitle Widget is a versatile tool designed to enhance data organization and presentation within forms and column views. By adding a subtitle to a form, this widget helps to group related fields under a shared heading, improving clarity and ease of navigation for users. In the columns view, the Subtitle Widget functions as a grouping mechanism, allowing users to categorize and visually organize data more effectively. Its flexibility makes it an essential feature for structuring and managing professional data seamlessly.

## Use case

1. Create group for the similar table columns.

## Configuration

The widget will function without additional setup, but you have the option to utilize the configuration to customize the button.

* **No. of columns -** Subtitle widget can be used to group columns. Set the number of columns to display. Default to one column.

### Examples:

```json
"s12"
```

## Views

See the interface of the widget in the following views.

### **Readonly view**

Readonly view display as panel container.

<figure><img src="/files/0NJpqnHZVhW08BIDZleo" alt=""><figcaption></figcaption></figure>

### **Edit view**

The Edit view is the interface that allows you to modify the value.

This widget does not support Edit view.

### **Form view**

The Form view is the field integrated into the add form for collecting values when creating a new record.

The form view of the widget shows the subtitle.

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

## Data

Each widget in Labii stores data in a unique manner; refer below to understand how data from this widget is stored.

This widget does not store any data.

### **Default value**

The Default Value field within the column allows you to specify the default value when a record is created.

This widget does not store any data.

### **Import value**

The Import Value is the value you need to include in your Excel table for it to be imported into Labii.

This widget does not store any data.


---

# 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://docs.labii.com/widgets/column-widgets/advanced/subtitle.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.
