jamespot-user-api
    Preparing search index...

    Type Alias WidgetTableColumnData

    type WidgetTableColumnData = {
        dateFormat?: DateFormat;
        isVisible?: boolean;
        label?: string;
        name?: string;
        numberFormat?: NumberFormat;
        sortByCreationDate?: boolean;
        textEllipsis?: boolean;
    }
    Index

    Properties

    dateFormat?: DateFormat
    isVisible?: boolean
    label?: string
    name?: string
    numberFormat?: NumberFormat
    sortByCreationDate?: boolean
    textEllipsis?: boolean