cheetah-grid
    Preparing search index...

    Type Alias TreeData

    The value to supply to the TreeColumn.

    type TreeData = {
        caption?: string;
        nodeType?: "leaf" | "branch";
        path: unknown[] | (() => unknown[]);
    }
    Index

    Properties

    caption?: string

    The caption of the record

    nodeType?: "leaf" | "branch"
    path: unknown[] | (() => unknown[])

    An array of path indicating the hierarchy