Documentation
    Preparing search index...

    Interface SystemTableLabels

    Standard labels and translations dictionary scope for interactive UI lists and data tables.

    interface SystemTableLabels {
        createdAt: string;
        createdBy: string;
        deletedAt: string;
        deletedBy: string;
        id: string;
        loading: string;
        noData: string;
        rowsPerPage: string;
        searchPlaceholder: string;
        showMeta: string;
        status: string;
        uid: string;
        updatedAt: string;
        updatedBy: string;
    }
    Index

    Properties

    createdAt: string

    Label for record creation timestamp column header

    createdBy: string

    Label for record creator username/ID column header

    deletedAt: string

    Label for soft-delete deletion timestamp column header

    deletedBy: string

    Label for soft-delete deleter username/ID column header

    id: string

    Label for generic numeric or simple ID column header

    loading: string

    Message text shown inside the loading overlay when fetching data

    noData: string

    Message string displayed when a table/query is empty and returns no rows

    rowsPerPage: string

    Label for the lines limit selector choice

    searchPlaceholder: string

    Placeholder text shown inside the generic search input field

    showMeta: string

    Label for the switch toggle that includes/excludes system metadata columns

    status: string

    Label for model status badges column header

    uid: string

    Label for the unique identifier column header

    updatedAt: string

    Label for record last modification timestamp column header

    updatedBy: string

    Label for record last updater username/ID column header