Skip to content

PanelRender

Since v1.7.1

Angular-shaped panel-slot render: a renderer function (vanilla), an Angular component class, or an array of zoned entries that each accept the same.

Component instances receive the PinnedRowsContext fields as inputs.

type PanelRender = (ctx: PinnedRowsContext) => HTMLElement | null | Type<unknown>