Skip to contentSkip to content

ExportPrint API

API reference docs for the React ExportPrint component. Learn about the props, CSS, and other APIs of this exported module.

Demos

Import

import { ExportPrint } from '@mui/x-data-grid/components';
// or
import { ExportPrint } from '@mui/x-data-grid';
// or
import { ExportPrint } from '@mui/x-data-grid-pro';
// or
import { ExportPrint } from '@mui/x-data-grid-premium';

Learn about the difference by reading this guide on minimizing bundle size.

Props

Type:bool


Type:string


Type:Partial


The options to apply on the Print export.

Type:{ allColumns?: bool, bodyClassName?: string, copyStyles?: bool, fields?: Array<string>, fileName?: string, getRowsToExport?: func, hideFooter?: bool, hideToolbar?: bool, includeCheckboxes?: bool, pageStyle?: func
| string }


A function to customize rendering of the component.

Type:ref


Type:string


Type:'large'
| 'medium'
| 'small'


Type:node


Type:CSSProperties


Type:number


Type:string


Type:any


The ref is forwarded to the root element.

Source code

If you did not find the information in this page, consider having a look at the implementation of the component for more detail.