GridChartsPanel API
API reference docs for the React GridChartsPanel component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import { GridChartsPanel } from '@mui/x-data-grid-premium/components';
// or
import { GridChartsPanel } from '@mui/x-data-grid-premium';
Learn about the difference by reading this guide on minimizing bundle size.
Override the default column name generation logic. Use field in combination with the grid state to determine the name of the column that will be shown to the user.
Type:func
Signature:
function(field: string) => string | undefined
field
The field name
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.