...
Default configuration: 5 columns and 1 row.
Row and column quantity can be adjusted using built-in controls.
Maintains fixed dimensions regardless of data population.
...
Usage
...
Best suited for presenting static values.
...
Can handle dynamic data when placed inside a Collection Container.
...
Place the Static Table into the editor directly.
Result: The table accepts only static elements.Place the Static Table into the Collection Container.
Result: The table accepts both static and dynamic elements to pull them from the collection determined on the Container level. It allows the building of tables with static and dynamic columns.Place a Collection container into the Static Table's cell.
Result: the data is populated within a single cell where the element is based.
Info |
---|
Static Tables do not support sorting and filtering. Set these operations on the Collection Container(-s) level if used. Recommendation: use Dynamic Table for complex data manipulation on the table level. |
Key Features
Preserves initial row and column count during data population.
Customizable through Style tab:
Border properties
Background colors
Text formatting
Additional visual properties
...