jamespot-user-api
    Preparing search index...

    Type Alias WidgetTableColumn

    type WidgetTableColumn = {
        label: string;
        name: string;
        sortable?: boolean;
        type: WidgetTableColumnTypes;
        widget: WidgetTableColumnWidgets;
    }
    Index

    Properties

    label: string
    name: string
    sortable?: boolean