Anchorage API reference
    Preparing search index...
    interface TableProps {
        "aria-label"?: string;
        columns: readonly ApprovalColumn[];
        data: readonly ApprovalRecord[];
        emptyState?: ReactNode;
        idKey:
            | "id"
            | "tenantId"
            | "status"
            | "workflowId"
            | "runId"
            | "claimedBy"
            | "requestedBy"
            | "createdAt"
            | "stepPath"
            | "title"
            | "summary"
            | "payload"
            | "connectors"
            | "priority"
            | "decidedBy"
            | "decision"
            | "comment"
            | "delegatedTo"
            | "updatedAt"
            | "claimedAt"
            | "decidedAt"
            | "escalatedAt"
            | "slaDeadlineAt"
            | "suspendedAt"
            | "resumedAt"
            | "resumeCount"
            | "runScoped"
            | "resumeTarget";
    }
    Index

    Properties

    "aria-label"?: string

    Accessible name for the table (a <table> supports naming via its role).

    columns: readonly ApprovalColumn[]
    data: readonly ApprovalRecord[]
    emptyState?: ReactNode
    idKey:
        | "id"
        | "tenantId"
        | "status"
        | "workflowId"
        | "runId"
        | "claimedBy"
        | "requestedBy"
        | "createdAt"
        | "stepPath"
        | "title"
        | "summary"
        | "payload"
        | "connectors"
        | "priority"
        | "decidedBy"
        | "decision"
        | "comment"
        | "delegatedTo"
        | "updatedAt"
        | "claimedAt"
        | "decidedAt"
        | "escalatedAt"
        | "slaDeadlineAt"
        | "suspendedAt"
        | "resumedAt"
        | "resumeCount"
        | "runScoped"
        | "resumeTarget"

    Property naming each row's stable id (React keys).