Skip to content

PrintMethods

Print methods returned from useGridPrint.

PropertyTypeDescription
print(params: PrintParams) => Promise<void>Print the grid. Opens browser print dialog after preparing the grid for printing.
isPrinting() => booleanCheck if a print operation is currently in progress.
isReadyRef<boolean>Whether the grid has finished its first render. v2.5.0+