Grid
Grid
is a high-capacity data-specific component, which loads data faster compared to the List Component.
It is used when displaying a large amount of data on a screen.
- How to Create
- Select
Grid
type in New Component Popup Screen, and then clickNext
button. - Enter the Component Name, the name displayed on the screen (
Symbolic String
or Custom Name), and then select created Business Object, then click theNext
button. - Select the fields(items) to be displayed in the Grid. The fields from the chose Business Object are shown, with System Fields already selected by default.
- Applicable Component Attributes
- Tab Pane Id: When the screen is composed of a Tab Component and the corresponding component is placed at the bottom, then Panel Id value of the Tab Component is registered and used to connect to the Tab.
- Use Checkbox: The
Use Checkbox
setting determines whether the checkboxes in the list are initially displayed as selected. By default, it's set toNo,
meaning the checkboxes are not selected when displayed. If changed toYes,
the checkboxes in the list are displayed as selected by default. - Single Check: Change the setting from using checkboxes to using radio button for single selection by selecting
Yes
in theUse Checkbox
option. By default, it is set toNo
, and changing it toYes
will add a column with radio button at the beginning of each row in the list. - Use Drag and Copy: Add drag-and-copy functionality to the List.
- Style - Size: Set the size of the Component, specifying it in pixels or percentage units.
- Style - Background Color: Set the background color for the Component.
- Style – Outline: Set the type of outline for the Component.
• Available List of Services
Name | Platform | Description |
---|---|---|
load | Common | Event that occurs when data loading |
- Load: The event that occurs when the component is loaded is known as the "Load Event." You can register a service to fetch data for the List Component during this event.
INFO
While registering a service for the Load Event, you can use the Check Action and Lambda.
Select Lambda in _Step1, if you click edit icon, it will redirect to the edit screen._
Select the /CalsComWebCommonSelectData
for Lambda field, set Type as Data, Target as List Component and then save.