Fast Table Block
Create a table block from a datatree of text as an input.
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.

Name | Fast Table Block
Nickname | Fast Tbl Blk
Tab | PDF
Panel | Block
Division | 2
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
Bk | Block (PDF+ Block) | A PDF+ Block Object
No right-click options
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)]
{A;B}:i[txt] = {A}:B[DataSet(i)]
{A;B;C}:i[txt] = {A;B}:B[DataSet(i)]
Last updated