i
Table
It is the main container of the element and manages its structure, configuration, and behavior.
Configuration Properties
The table properties are displayed.

General properties: Name , Identifier and subtype.
Data Source
Defines the source of the records displayed in the table.
Initial Row
Enables the display of an empty, editable row when the table is first loaded, allowing users to immediately enter new records.
View table actions
Determines the visibility of the column dedicated to the operations and actions available on each row.
Allow column resizing
Enables the ability to dynamically adjust column widths during execution.
Always Editable
Keeps all table rows in edit mode at all times, both during modeling and execution. In entities, this property is always enabled and can only be configured on pages. When it is disabled, the property Starts Editable becomes visible.
Starts Editable
Defines whether the first row is initially displayed in edit mode at execution. It is only available on pages when the property Always Editable is disabled.
Pagination
Defines how the data is loaded and displayed in the table.
Possible Values
•Without paging: Displays a fixed number of rows in a single view.
•Infinite scroll: It automatically loads more rows as the user scrolls down.
Number of Rows
Defines how many rows are displayed in the table body. The total height of the table is calculated automatically based on the number of rows configured and the size of each row.
Maximum number of rows
Sets the maximum number of visible rows before vertical scrolling is enabled.
Items per Page
Defines how many new records are loaded each time the table is refreshed or a new page is displayed.