PanelRender
Since v1.8.2
React-typed render function for a pinned-row panel slot.
Mirrors the vanilla PanelRender signature but returns a ReactNode
instead of HTMLElement | null. The React adapter (see
features/pinned-rows.ts) wraps the returned node in a portal so the
pinned-rows plugin can keep its host-element reference stable across
grid re-renders.
type PanelRender = (ctx: PinnedRowsContext) => ReactNode
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt