edoc automate Guide
Breadcrumbs

list\Table - edoc automate

You can use the Table component to display a table.
You can use the table as a structural element or to display the data from a record.

If the table is used to display data, the specified rows are repeated for each row in the record.

CSS classes are automatically added to all rows and columns of the table:

  • Lines: eas-row eas-row-1

  • Columns: eas-col eas-col-1

Properties

Type

Name

Description

BOOLEAN

Visibility

Indicates whether the component is visible.

INPUT

Class

Specifies additional CSS classes of the components.

LIST

components

Specifies the list of subordinate components.
Direct editing is not possible.

NUMBER

Columns

Displays the number of columns in the table.

NUMBER

Head Rows

Displays the number of rows for the table header.

NUMBER

Data Rows

Displays the number of rows for the table.

INPUT

Alternative text

Displays a text when an empty record is transferred to the component.