# EmptyContext

> _Since v2.12.0_

Context passed to a custom EmptyRenderer.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `sourceRowCount` | <code>number</code> | Number of rows in the source data before any plugin processing (sort / filter / group / server-side). Equivalent to `grid.sourceRows.length`. |
| `filteredOut` | <code>boolean</code> | `true` when the source had rows but all of them were filtered out (i.e. `sourceRowCount > 0` while the rendered row count is `0`). The default renderer uses this flag to switch between "No data to display" and "No matching rows". |
