GridTypeProps
Since v2.0.0
Props for the GridType component.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
name | string | Type name that columns reference via type. |
params? | Record<string, string | number | boolean> | Optional params surfaced as typeDefault.* in templates. |
children? | (ctx: CellRenderContext<TRow, TValue>) => ReactNode | Custom type-level cell renderer. |
editor? | (ctx: ColumnEditorContext<TRow, TValue>) => ReactNode | Custom type-level cell editor. Requires the editing feature/plugin. |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt