GridToolPanelProps
Props for the GridToolPanel component.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
id | string | Unique identifier for this panel. Required for the shell plugin to track the panel. |
title | string | Panel title shown in the accordion header. |
icon? | string | Icon for the accordion section header. Can be an emoji or text. |
tooltip? | string | Tooltip text for the accordion header. |
order? | number | Panel order priority. Lower values appear first. |
children | (ctx: ToolPanelContext) => ReactNode | Render function for the panel content. Receives a context with the grid element reference. |
Property Details
Section titled “Property Details”Default: 100
children
Section titled “children”<GridToolPanel id="filters" title="Quick Filters" icon="🔍"> {({ grid }) => <QuickFilters gridRef={grid} />}</GridToolPanel>
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