PrintParams
Since v1.4.0
Parameters for a specific print operation
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
orientation? | PrintOrientation | Override page orientation for this print |
title? | string | Override title for this print |
warnThreshold? | number | Override warn threshold for this print (0 = no warning) |
maxRows? | number | Override max rows for this print (0 = unlimited) |
isolate? | boolean | Print in an isolated window (default: false) |
Property Details
Section titled “Property Details”isolate
Section titled “isolate”Print in an isolated window (default: false)
When true, opens a new window containing only the grid and prints that, excluding any other page content. Useful when:
- The page has complex layouts that interfere with print
- You want to print only the grid without surrounding UI
- The grid is embedded in an application with navigation, sidebars, etc.