Hello everyone I m using a customtoolbar

Hello everyone. I'm using a customtoolbar passed as a components prop in my datagrid. Is there any way I could tweak the looks of the 'modal' GridToolbarColumnsButton shows when clicked?
5 Replies
robust-apricot
robust-apricot2y ago
Hi @marji6730 , are you trying to customze mui modal component ? did i understand correctly ?
refine-support-bot
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: The customtoolbar mentioned is kbar. SOURCES: ./docs/examples/command-palette.md

Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
unwilling-turquoise
unwilling-turquoise2y ago
Hi. No, I want to customize this popup, shown in first screenshot. but I have no idea how to access it.
No description
No description
No description
robust-apricot
robust-apricot2y ago
I understand, thank you. <GridToolbarContainer> exported from refine, but actually refine doesn't make any changes to it. it's a a regular MUI component. i suggest read this if you don't https://mui.com/material-ui/customization/how-to-customize/
unwilling-turquoise
unwilling-turquoise2y ago
Thanks a lot. I'll take a look at it