blessed-components - v1.20.0
    Preparing search index...

    Interface DataTableCharacters

    Character tokens used by renderDataTable.

    interface DataTableCharacters {
        sortAscending: string;
        sortDescending: string;
        active: string;
        columnGap: string;
        disabled: string;
        headerSeparator: string;
        idle: string;
        selected: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sortAscending: string

    Marker appended to an ascending sorted column header.

    sortDescending: string

    Marker appended to a descending sorted column header.

    active: string

    Marker shown beside the active row.

    columnGap: string

    Separator used between columns.

    disabled: string

    Marker shown beside disabled rows.

    headerSeparator: string

    Character used for the header separator row.

    idle: string

    Marker shown beside enabled unselected rows.

    selected: string

    Marker shown beside the selected row.