Skip to content

Instantly share code, notes, and snippets.

@Jon20111
Created July 18, 2020 01:24
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/2aa5af73e647d9b8364d5a831033ea9c to your computer and use it in GitHub Desktop.
Save Jon20111/2aa5af73e647d9b8364d5a831033ea9c to your computer and use it in GitHub Desktop.
actions={[
{
icon: () => <SaveIcon />,
tooltip: "Save User",
onClick: (event, rowData) => alert("You saved " + rowData.name)
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment