```md import { Meta, Story } from '@storybook/addon-docs'; import { Table } from './Table.component'; export const TableStory = (args) => ({ props: args, template: `
{{data[i][j]}}
`, }); {TableStory.bind({})} ```