core/data-grid/data-grid.model.ts
Defines an interface for a mapper function that maps a FormlyFieldConfig
to a FilterChip
.
Properties |
fieldType |
fieldType:
|
Type : string[] | string
|
The type or types of the |
map |
map:
|
Type : function
|
Maps a This function extends the provided If undefined is returned an error is thrown and the chip is not visualized. Example :
|