```md export const TableStory = ({ data, ...args }) => ( {data.map(row => ({row.map(item => }))}
{item}
); {TableStory.bind({})} ```