Related List Grid

GridMate provides a lightning grid component GM - RelatedList Grid to display related lists with advanced features and bypass Salesforce standard UI limitations like the number of columns and rows.

In this tutorial, we will configure GM - RelatedList Grid component by showing how to add it to a lightning page, viewing the related records and inline edit them.

GM - RelatedList Grid can be used for Lookup and Master-Detail Relations

  1. Select an Account record and edit the page in the Lightning App Builder.

  2. From components list, drag and drop the component GM - RelatedList Grid.

  3. The grid component is now ready for configuration in the Lightning App Builder.

  4. The property values can be configured to tailor the data grid to the needs of the end-user.

  5. To perform a quick configuration, populate the properties below:

    • Related List Label : Opportunities

    • Row Limit : 100

    • Page Size : 50

    • Custom Icon : standard:opportunity

    • Grid Height : 480

    • Show Border : Checked

    • Show Column Border : Checked

    • Show Record Details : Checked

Related List Label should be the same label as on the layout. Otherwise the user will not be able to see the data.

Below is a step by step tutorial to configure the GM - RelatedList Grid component.

Last updated