Trilium Frontend API
    Preparing search index...

    Interface ColumnLayout

    interface ColumnLayout {
        field?: string;
        title: string;
        visible?: boolean;
        width?: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    field?: string

    field - Required (not required in icon/button columns) this is the key for this column in the data array.

    title: string

    title - Required This is the title that will be displayed in the header for this column.

    visible?: boolean

    visible - (boolean, default - true) determines if the column is visible. (see Column Visibility for more details

    width?: string | number

    sets the width of this column, this can be set in pixels or as a percentage of total table width (if not set the system will determine the best)