FDC3 Data Grid Context Mappings

Summary

  • FDC3 Mappings define which columns / fields should be used for which FDC3 objects
  • It enables a data-first approach to using FDC3 which is incredibly flexible

Grid Data Mappings provide the "glue" to map AG Grid's data and columns to required FDC3 behaviour.

AdapTable looks at the mappings to work out which columns to use when creating Intents and Contexts.

Breaking Change

  • Previously AdapTable provided FDC3 Columns which defined which contexts to use
  • These have been replaced with mappings which allow for a richer and more intuitive "data-first" approach

Mappings are provided in the gridDataContextMapping property of FDC3 Options.

gridDataContextMapping

Maps Context Type to AdapTable Grid Data
Developer Guide

Creating FDC3 Grid Data Mappings

Available Contexts

The following FDC3 2.0 Contexts can be provided in Grid Data Context Mappings:

Hint

Click the link to see full details of the Context in the FDC3 2.0 documentation