# Fast Table Block

## Description

Create a table block from a datatree of text as an input. Each list will be compiled into rows in a single column and the first branch of the data tree will set the column.

{% tabs %}
{% tab title="Preview" %}
![](https://1119373602-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOhz15O6CXZ8iS6QDDlxX%2Fuploads%2FsTHwaxHyWPChmcbYxZ6S%2FBlockTableFast.png?alt=media\&token=8c0d3a12-c8f4-4a65-a1c5-62f5f67586b4)
{% endtab %}

{% tab title="Location" %}
**Name** | Fast Table Block

**Nickname** | Fast Tbl Blk

**Tab** | PDF

**Panel** | Block

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**T** | **Text Tree** *(text)* | A datatree of text values

**B** | **Border Style** *(integer)* | Table border style

**H** | **Heading** *(integer)* | Table Heading formatting

**F** | **Column Fitting** *(integer)* | ColumnFitting (-1 = Autofit Page, 0 = Autofit Content, 0 < Fixed Size)

**A** | **Alternating Color** *(colour)* | Table alternating row color
{% endtab %}

{% tab title="Ouputs" %}
**Bk** | **Block** (*PDF+ Block*) | A PDF+ Block Object
{% endtab %}

{% tab title="Mode" %}
​*​No right-click options*
{% endtab %}
{% endtabs %}

## Usage

Each list will be compiled into the rows of a column and the first branch of the data tree will set each column.

* {A}:i\[txt] = A\[DataSet(i)]&#x20;
* {A;B}:i\[txt] = {A}:B\[DataSet(i)]&#x20;
* {A;B;C}:i\[txt] = {A;B}:B\[DataSet(i)]
