Skip to content

TypeDefaultRegistration

Type default registration configuration. Uses Angular component types for renderers/editors.

const defaults: Record<string, TypeDefaultRegistration> = {
country: {
renderer: CountryCellComponent,
editor: CountryEditorComponent,
},
};
PropertyTypeDescription
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