# printMaxRows

The maximum number of rows to render when [printing](print.md).

<div class='spec'>

Number, *default*: `1000`
</div>

When a calendar has a very large number of resources, printing every row can overwhelm the browser. This setting caps how many rows are included in the printed output. If the calendar has more rows than the limit, the extra rows are omitted and a warning is logged to the console.

This setting only takes effect when the [adaptive plugin](print.md) is loaded, and currently only applies to [Timeline view](timeline-view.md).
