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.
| |||||||||||
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.
| |||||||||||
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
| |||||||||||
Show Border | It is used to simply add border surrounding the section. Note: Currently, we support only black borders. |
...