Skip to content

Commit

Permalink
Update Table.Overview.stories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung committed Feb 9, 2024
1 parent e008a5c commit f5c5d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.Overview.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ See `Based on cell/row` example below.
{ heading: 'ID', dataKey: 'id' },
{ heading: 'Color', dataKey: 'color' },
{ heading: 'Based on the cell/row', dataKey: 'flavor', render: renderFlavor },
{ heading: 'Any custom JSX', render: () => <Button>Do anything</Button> },
{ heading: 'Any custom JSX', render: () => <Button tone="neutral">Do anything</Button> },
];
const tableData = [
{ id: 1, color: 'red', flavor: { name: 'vanilla', href: 'www.vanilla.com' } },
Expand Down

0 comments on commit f5c5d69

Please sign in to comment.