projects/congarevenuecloud/elements/src/lib/data/table/table.interface.ts
Options for showing child records on the data table component.
Properties |
childRecordFields |
childRecordFields:
|
Type : Array<string>
|
Fields to show on the child record table. |
filters |
filters:
|
Type : Array<any>
|
Filters for searching child records. |
relationshipField |
relationshipField:
|
Type : string
|
Field that relates the child records to their parent records. |