Skip to content

GridToolPanelProps

Props for the GridToolPanel component.

PropertyTypeDescription
idstringUnique identifier for this panel. Required for the shell plugin to track the panel.
titlestringPanel title shown in the accordion header.
icon?stringIcon for the accordion section header. Can be an emoji or text.
tooltip?stringTooltip text for the accordion header.
order?numberPanel order priority. Lower values appear first.
children(ctx: ToolPanelContext) => ReactNodeRender function for the panel content. Receives a context with the grid element reference.

Default: 100


<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