GM - RelatedList Tabs
(gmpkg:RelatedListTabSetComponent)
Last updated
(gmpkg:RelatedListTabSetComponent)
Last updated
Related List Label *
String
The label defined on the layout page. Set it to Contacts to display the list of contacts on the Account page.
Row Limit *
Integer
The maximum number of rows to fetch. The grid will never go beyond this number of records.
Filter
String
JSON string to define filter criteria. See GM - RelatedList Grid
Sort
String
The field list to sort the related records. See GM - RelatedList Grid
Order
String
Ascending or descending order for sorting. See GM - RelatedList Grid
Label Field
String
Label Field for Tab title. If you want to display a list of contacts, set this to Name for instance. Each tab will have the name of the contact as a title.
Record Fields
String
Record Fields to display in a JSON format if you donβt want to display the whole layout. For instance, for a contact list, we can set it to:
If this property is empty, the page layout will be used.
# of Columns
String
# of columns for the layout.
Record Related Components
String
A JSON string to add a list of inline components to display per record. Each inline component should have:
component: the name of GridMate component.
attributes: the list of attributes to configure, same as on the lightning app builder.
Show Border
Boolean
Check this option if you wish to add a border to the component.
Component Height
Integer
Set the component height. Set this property if you want to control the height. The user has to scroll vertically to see more records.
Actions
String
JSON string to initialize the list of available actions on each record.
Custom actions are available on each tab as toolbar. You can leverage your existing quick actions.
The configuration wizard can be used to build the list of actions. See Actions Configuration
Show Actions as Buttons
Boolean
Check this option if you wish to display actions as buttons instead of icons.
When the actions are displayed as icons, we can define the icon on JSON actions configuration using the icon attribute.
Custom Visible Actions
Integer
Set the number of visible custom actions. All the core actions will always be displayed depending on the configuration of course.
The remaining custom actions will be added as an option on the button menu.