Static Table

image-20241213-151009.png
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.

image-20241213-151144.png
Add column and Add row controls

Usage

  • Best suited for presenting static values.

  • Can handle dynamic data when placed inside a Collection Container.

  • Collection Container cannot be nested inside the Static Table. For record listing per row, use Dynamic Table instead.

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.