ToolbarButton API
API reference docs for the React ToolbarButton component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import { ToolbarButton } from '@mui/x-data-grid/components';
// or
import { ToolbarButton } from '@mui/x-data-grid';
// or
import { ToolbarButton } from '@mui/x-data-grid-pro';
// or
import { ToolbarButton } from '@mui/x-data-grid-premium';
Learn about the difference by reading this guide on minimizing bundle size.
A button for performing actions from the toolbar.
It renders the baseIconButton
slot.
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.