feat(ShowComponent): add meta prop for button visibility control#6757
feat(ShowComponent): add meta prop for button visibility control#6757write-arsalan-nawaz wants to merge 1 commit into
Conversation
|
❌ Deploy Preview for refine-doc-live-previews failed.Built without sensitive environment variables
|
|
Thanks for the PR! I have a couple of questions:
I’m not sure what problem this PR fixes or which new feature it adds. Could you open an issue to explain the goal? I’ll be happy to review again after that. For now, I’ll close the PR. |
This PR adds support for using the
metaprop in the<Show>component (both Mantine and MUI) to control the visibility of Edit and Delete buttons.What's Added
meta.canDeleteandmeta.canEditsupportcanDeleteandcanEditpropsCloses #7951