mergeColumnMappings
Overview
Deep-merge custom column mappings into the defaults. Mirrors mergeDefaultFieldMappings. Mutates and returns the shared columnMappings.
Signature
mergeColumnMappings(customMappings)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| customMappings | object | yes | Custom mappings to merge in. |
Returns
The merged mappings.
Source
client/lib/utils/columnMappings.js:70