GridToolbarQuickFilter API
API reference docs for the React GridToolbarQuickFilter component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import { GridToolbarQuickFilter } from '@mui/x-data-grid/components';
// or
import { GridToolbarQuickFilter } from '@mui/x-data-grid';
// or
import { GridToolbarQuickFilter } from '@mui/x-data-grid-pro';
// or
import { GridToolbarQuickFilter } from '@mui/x-data-grid-premium';
Function responsible for formatting values of quick filter in a string when the model is modified
Type:func
Signature:
function(values: Array) => string
values
The new values passed to the quick filter model
Returns: The string to display in the text field
The
ref
is forwarded to the root element.The following class names are useful for styling with CSS (the state classes are marked).
To learn more, visit the component customization page.
You can override the style of the component using one of these customization options:
- With a global class name.
- With a rule name as part of the component's
styleOverrides
property in a custom theme.