Skip to content

PinnedRowsConfig

Since v1.9.1

Pinned-rows config widened to accept Vue components as panel render functions inside slots[].

type PinnedRowsConfig = Omit<CorePinnedRowsConfig, "slots"> & { slots?: PinnedRowSlot[] }