# PinnedRowsPosition

> _Since v0.1.1_

Position of the status bar (info bar) relative to the grid body.

- `'top'` — Renders above the grid header. Useful for summary toolbars.
- `'bottom'` — Renders below the grid body (default). Standard placement for status information.

```ts
type PinnedRowsPosition = "top" | "bottom"
```
