@diamondlightsource/davidia
    Preparing search index...

    Interface TableDisplayProps

    Props for the TableDisplay component.

    interface TableDisplayProps {
        batonProps?: BatonProps;
        cellValues: NDT;
        cellWidth: number;
        displayParams?: TableDisplayParams;
    }

    Hierarchy

    • TableData
      • TableDisplayProps
    Index

    Properties

    batonProps?: BatonProps

    The baton props

    cellValues: NDT

    The cell values

    cellWidth: number

    The cell width

    displayParams?: TableDisplayParams

    The parameters for the table display (optional)