Function: buildAdditionalColumnDelegate
▸ buildAdditionalColumnDelegate<M
, AdditionalKey
, UserType
>(additionalColumnDelegate
): AdditionalColumnDelegate
<M
, AdditionalKey
, UserType
>
Identity function we use to defeat the type system of Typescript and build additional column delegates views with all its properties
Type parameters
Name | Type |
---|---|
M | extends Object |
AdditionalKey | extends string = string |
UserType | any |
Parameters
Name | Type |
---|---|
additionalColumnDelegate | AdditionalColumnDelegate <M , AdditionalKey , UserType > |
Returns
AdditionalColumnDelegate
<M
, AdditionalKey
, UserType
>