# PinnedRowsConfig

> _Since v1.9.1_

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

```ts
type PinnedRowsConfig = Omit<CorePinnedRowsConfig, "slots" | "customPanels"> & object
```
