jamespot-user-api
    Preparing search index...

    Type Alias WidgetTableContent

    type WidgetTableContent = {
        limit?: number | boolean;
        tableBorderRadius?: number;
        tableColumnsData?: WidgetTableColumnData[];
        tableHeadColor?: string;
        tableHeadIconColor?: string;
        tableHeadTextColor?: string;
        tableRowColor?: string;
        tableRowTextColor?: string;
        tableSizedColumns?: boolean;
        tableSizedColumnsWidth?: number;
    }
    Index

    Properties

    limit?: number | boolean
    tableBorderRadius?: number
    tableColumnsData?: WidgetTableColumnData[]
    tableHeadColor?: string
    tableHeadIconColor?: string
    tableHeadTextColor?: string
    tableRowColor?: string
    tableRowTextColor?: string
    tableSizedColumns?: boolean
    tableSizedColumnsWidth?: number