Kanban List View Grid

GridMate provides a lightning grid component GM - Kanban List View Grid to display a list of records using a specific ListView across a navigation path.

In this tutorial, we will create an app page for case management using GM - Kanban List View Grid.

  1. From Setup, create an app page in the Lightning App Builder.

  2. From the components list, drag and drop the component GM - Kanban List View 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 required property values:

    • Related Object Name : Case.

    • List View Name : AllCases.

    • Page Size : 50.

    • Custom Icon : standard:case.

    • Show Border : Checked.

    • Show Column Border :Checked.

    • Show Record Details : Checked.

    • Kanban Stages : [{"label":"Open","filter":{"Status":{"operator":"in","value":"('New')"}}},{"label":"On Hold","filter":{"Status":{"operator":"in","value":"('On Hold')"}}},{"label":"Closed","filter":{"Status":{"operator":"in","value":"('Closed')"}}}].

Below is a step by step tutorial to configure the GM - Kanban List View Grid component.

Last updated