Skip to content

Instantly share code, notes, and snippets.

@denisraslov
Last active September 3, 2019 18:59
Show Gist options
  • Save denisraslov/ee057dd555ca734df9c94d5ddd2fa9d5 to your computer and use it in GitHub Desktop.
Save denisraslov/ee057dd555ca734df9c94d5ddd2fa9d5 to your computer and use it in GitHub Desktop.
{
title() {
return 'Name';
},
value(row) {
return (
<span>{row.name}</span>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment