```md import { Story } from '@storybook/addon-docs'; import Table from './Table'; export const TableStory = ({ data, ...args }) => (