The Print export API interface that is available in the grid [[apiRef]].

interface GridPrintExportApi {
    exportDataAsPrint: ((options?: GridPrintExportOptions) => void);
}

Hierarchy (view full)

Properties

exportDataAsPrint: ((options?: GridPrintExportOptions) => void)

Print the grid's data.

Type declaration

    • (options?): void
    • Parameters

      Returns void