TypeDefaultRegistration
Type default registration configuration. Uses Angular component types for renderers/editors.
Example
Section titled “Example”const defaults: Record<string, TypeDefaultRegistration> = { country: { renderer: CountryCellComponent, editor: CountryEditorComponent, },};Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
renderer? | Type<any> | Angular component class for rendering cells of this type |
editor? | Type<any> | Angular component class for editing cells of this type |
editorParams? | Record<string, unknown> | Default editorParams for this type |
filterPanelRenderer? | FilterPanelRenderer | Type<any> | Custom filter panel for this type. |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt