core/data-grid/data-grid.model.ts
Properties |
fields |
fields:
|
Type : FormlyFieldConfig[]
|
Optional |
Defines a FieldConfig configuration for Formly. |
formGroup |
formGroup:
|
Type : FormGroup
|
Optional |
Defines FormGroup instance |
generateChips |
generateChips:
|
Type : function
|
Optional |
Transforms a filtering config model to an array of partial filter chip objects.
Optionally, other properties from |
getFilter |
getFilter:
|
Type : function
|
Transforms a filtering config model (e.g. coming from schema form component) to a query object. However, using schema form component is not necessary. Model can be defined arbitrarily but must converted to a valid query object. |
model |
model:
|
Type : object
|
Optional |
Defines a model that will be applied to rendered form. |
schema |
schema:
|
Type : object
|
Optional |
Defines a JSON schema for filtering config model. Can be used instead of |