GM - User Grid Split View

(gmpkg:UserGridSplitViewComponent)

Documentation

GM - User Grid Split View component is designed to help users achieving a clearer view of the User Grids and streamline grids management.

Use case: Display the User Grids created based on the opportunity object. see Grid - User Grid Split View

Specification

PropertyTypeDescription

Target Object*

String

The name of the object used for displaying their User Grids.

Default Grid

String

Developer Name of the User Grid that we want to set as the default Grid.

List Label

String

Set the label of the split view displayed on the left side.

Grid Filter

String

JSON string defining the grid filter criteria, which is applied to get the list of grids to display.

Inline Filter

String

Json string to define an extra filter criteria to the grid in the context of the split view. this filter gets added to the grid admin filter.

View Height

Integer

Set the grid height. Set this property if you want to control the height and show up components after the grid.

The user has to scroll vertically to see more records.

If the value is set 9999, The grid will use the remaining space on the page even if the user resizes the window. This behavior is relevant to build a responsive app page.

Last updated