Skip to content

Instantly share code, notes, and snippets.

@Jon20111
Created July 18, 2020 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jon20111/8c233e596b6e8fdb74cd70258a131abc to your computer and use it in GitHub Desktop.
Save Jon20111/8c233e596b6e8fdb74cd70258a131abc to your computer and use it in GitHub Desktop.
components={{
Action: props => (
<Button
onClick={event => props.action.onClick(event, props.data)}
color="primary" variant="text"
style={{ textTransform: "none" }}
size="small"
>
Save
</Button>
)
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment