GridToolbar

The GridToolbar is a component to be used inside of the DataGrid component.

See DataGrid for an example

Props

PropTypeDefaultDescription
searchbooleanfalseIf true, the `Search` button will be displayed, onSearchClick will be required.
onSearchClick() => voidundefinedCallback function required if `search` is true, called when `Search` button is clicked.
downloadbooleanfalseIf true, the `Download` button will be displayed, downloadFileName will be required.
downloadFileNamestringundefinedWhen download is initated this will be the name of the file downloaded to the client's computer
actionsReact.ReactNodenullAny additional actions you would like to render in the toolbar area