Anchorage API reference
    Preparing search index...
    interface ApprovalColumn {
        header: ReactNode;
        key: string;
        renderCell: (record: ApprovalRecord) => ReactNode;
    }
    Index

    Properties

    Properties

    header: ReactNode

    ReactNode (not string) so headers can carry an InfoTip. A custom Table slot doing string operations on header must render it as a node instead.

    key: string
    renderCell: (record: ApprovalRecord) => ReactNode