Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The Section component serves functions as a container that groups contentfor grouping other components, such as Forms, Tables, and Badges, and other components. It provides a structured way method to organize and display information within your the application.

...

Attributes

Attributes are the options available for each component, allowing you to customize its appearance and functionality. They help you tailor the look and behavior of your components to fit your needscontrol their behavior. It includes various sections explained below.

Basic:

...

Attribute

Description

Header

This field allows users to add a title or heading to the section, providing context or description for the content within the section. You can also assigned Header using merge text.

Info

Reference: Merge Text

No Header

This checkbox enables users to remove hide the section's header.

Is Collapsible

This checkbox allows users to make sections of the application interface collapsible.

Actions

This allows users to add multiple actions to a section, each represented as a button. It enables users to quickly perform specific actions or invoke workflows directly from the section header.

Info

Reference: Actions

Overflow After

It is used to control the display of actions If the number of actions exceeds the provided limit, the additional actions will be displayed in a dropdown format within a section header.

Note: By default, this attribute is set to a value of 3, meaning that up to three actions will be directly visible in the section header.

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#F4F5F7

For example, if you have 3 actions, all will be displayed in the section header. If you add a added the 4th action, it will appear in the drop-down list, along with any subsequent actions.

Show Border

It is used to simply add border surrounding the section.

Note: Currently, we support only black borders.

...