Skip to contentSkip to content

QuickFilterClear API

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

Demos

Import

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

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

Props

Override or extend the styles applied to the component.

Type:func
| string


Type:'default'
| 'inherit'
| 'primary'


Type:bool


Type:'end'
| 'start'
| bool


Type:string


Type:string


Type:Partial


A function to customize rendering of the component.

Type:element
| func


Type:string


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


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.