# GridPinnedRowsDirective

Owns the binding(s) `[pinnedRows]` on `<tbw-grid>` for the matching feature plugin. See `GridFilteringDirective` for the full rationale.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `pinnedRows` | <code>InputSignal&lt;boolean &#124; <a href="/grid/angular/api/types/pinnedrowsconfig/">PinnedRowsConfig</a> &#124; undefined&gt;</code> |  |

## Methods

### ngOnDestroy()

A callback method that performs custom clean-up, invoked immediately
before a directive, pipe, or service instance is destroyed.

```ts
ngOnDestroy(): void
```

***
