mithril-materialized
    Preparing search index...

    Interface DataTableI18n

    Internationalization configuration for DataTable UI text Allows customization of all user-facing text strings

    interface DataTableI18n {
        entries?: string;
        loading?: string;
        noDataAvailable?: string;
        of?: string;
        page?: string;
        search?: string;
        searchPlaceholder?: string;
        showing?: string;
        to?: string;
    }
    Index

    Properties

    entries?: string

    "entries" text in pagination display

    loading?: string

    Loading message displayed during data fetch

    noDataAvailable?: string

    Message displayed when no data is available

    of?: string

    "of" text in pagination display

    page?: string

    "Page" text in pagination controls

    search?: string

    Label for the search input

    searchPlaceholder?: string

    Placeholder text for the search input

    showing?: string

    "Showing" text in pagination display

    to?: string

    "to" text in pagination display (e.g., "Showing 1 to 10 of 100")