Skip to content

PanelRender

Since v2.6.0

Render function for a panel slot. Return null to skip rendering (used by the built-in count panels for conditional display, e.g. only show “Selected: N” when N > 0).

type PanelRender = (context: PinnedRowsContext) => HTMLElement | null