# GetChildRowsResult

> _Since v2.0.0_

Result returned from ServerSideDataSource.getChildRows.
All children are returned in a single batch (no pagination).

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rows` | <code>TRow[]</code> |  |
