New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toggle row action menu #133
Toggle row action menu #133
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @KevinVandy on Vercel. @KevinVandy first needs to authorize it. |
@@ -16,6 +19,7 @@ export const MRT_ToggleRowActionMenuButton = < | |||
cell, | |||
row, | |||
table, | |||
className, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small thing, class name needs to only come from mantineProps, not the literal props of this internal component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a mantineProps
for this component? Can't seem to find it
style
prop fromHTMLPropsRef
as theMantineStyleProps
already hasCSSProperties
as part of its union type, this was causing type errors. Not sure about this so let me know if it's not correct