PrintMethods
Print methods returned from useGridPrint.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
print | (params: PrintParams) => Promise<void> | Print the grid. Opens browser print dialog after preparing the grid for printing. |
isPrinting | () => boolean | Check if a print operation is currently in progress. |
isReady | Ref<boolean> | Whether the grid has finished its first render. v2.5.0+ |