@suluk/shadcn - v0.1.2
    Preparing search index...

    Interface ColumnSpec

    One table column, derived from a single object property.

    interface ColumnSpec {
        key: string;
        header: string;
        type: string;
    }
    Index

    Properties

    Properties

    key: string

    Property name = row accessor key.

    header: string

    Column header (title if present, else the humanised key).

    type: string

    The JSON Schema type of the property ("string"/"number"/… or "unknown").