# GridServerSideDirective

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

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `serverSide` | <code>InputSignal&lt;<a href="/grid/plugins/server-side/interfaces/serversideconfig/">ServerSideConfig</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
```

***
