--- name: Segmentation Table menu: Data Display route: components/segmentationTable --- import { Playground, Props } from 'docz'; import { SegmentationTable } from '../'; # Segmentation Table ## Import ```javascript import { SegmentationTable } from '@ohif/ui'; ``` ## Basic usage {() => { const tableData = { title: 'Segments', amount: 12, data: new Array(12).fill(''), }; return (
); }}
## Properties