docs/developer_docs/components/ui/tablecollection.mdx
import { StoryWithControls } from '../../../src/components/StorybookWrapper';
The TableCollection component from Superset's UI library.
<StoryWithControls component="TableCollection" props={{}} controls={[]} />
Edit the code below to experiment with the component:
function Demo() {
return (
<TableCollection
// Add props here
/>
);
}
import { TableCollection } from '@superset/components';
:::tip[Improve this page] This documentation is auto-generated from the component's Storybook story. Help improve it by editing the story file. :::