# PinnedRowsConfig

> _Since v1.7.1_

Pinned-rows config widened to accept Angular component classes as `render`
inside `slots[]` and `customPanels[]`. Bridging to vanilla DOM is handled
by the side-effect import `@toolbox-web/grid-angular/features/pinned-rows`.

Re-exported under the same name as the core type so Angular users see a
single canonical `PinnedRowsConfig` from
`@toolbox-web/grid-angular/features/pinned-rows`.

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