core/data-grid/column/custom.column.ts
Properties |
|
Methods |
constructor(initialColumnConfig?: ColumnConfig)
|
||||||
|
Parameters :
|
| Optional cellCSSClassName |
Type : string | string[]
|
| Optional cellRendererComponent |
Type : Type<any>
|
| Optional dataType |
Type : ColumnDataType
|
| Optional externalFilterQuery |
Type : string | object
|
| Optional filterable |
Type : boolean
|
| Optional filteringConfig |
Type : FormlyColumnFilteringConfig
|
| Optional filteringFormRendererComponent |
Type : Type<any>
|
| Optional filterPredicate |
Type : string | FilterPredicateFunction
|
| Optional gridTrackSize |
Type : string
|
| Optional header |
Type : string
|
| Optional headerCellRendererComponent |
Type : Type<any>
|
| Optional headerCSSClassName |
Type : string | string[]
|
| name |
Type : string
|
| Optional path |
Type : string
|
| Optional positionFixed |
Type : boolean
|
| Optional resizable |
Type : boolean
|
| Optional sortable |
Type : boolean
|
| Optional sortingConfig |
Type : ColumnSortingConfig
|
| Optional sortOrder |
Type : SortOrder
|
| Optional visible |
Type : boolean
|
| getLabelTemplate | |||||||||||||||
getLabelTemplate(label: string, options: literal type)
|
|||||||||||||||
|
Gets a label template to be used in the schema-form's
Parameters :
Returns :
string
The string with the template. |