Skip to content

Instantly share code, notes, and snippets.

@brownsmith
Last active March 14, 2023 09:53
Show Gist options
  • Save brownsmith/90919157828908525315b7e8322b5e99 to your computer and use it in GitHub Desktop.
Save brownsmith/90919157828908525315b7e8322b5e99 to your computer and use it in GitHub Desktop.
Remove Export button on MUI DataGrid
componentsProps={{
toolbar: {
csvOptions: { disableToolbarButton: true },
printOptions: { disableToolbarButton: true },
},
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment