Static Table

    The Static Table element is designed to display information in an organized, easy-to-read format.
    Element in the Add Content tab
     

     

    The Static Table element is designed to display information in an organized, easy-to-read format.

    Structure

    • 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.

     

    Add column and Add row controls
    Modified table

     

    Usage

    1. Place the Static Table into the editor directly.
    Result: The table accepts only static elements.

    2. 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.

     

    3. Place a Collection container into the Static Table's cell.
    Result: the data is populated within a single cell where the element is based.

     

     

     

    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

    Best Practices

    • Use for structured, fixed-format data presentation.
    • Combine with Collection Container for dynamic data handling.
    • Apply consistent styling for professional appearance.

     

     

     

    For automatically expanding rows based on data volume, consider using Dynamic Table instead.