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

    Interface DataTableSort

    Active sort state consumed by sortDataTableRows and renderDataTable.

    interface DataTableSort {
        columnId: string;
        direction: DataTableSortDirection;
    }
    Index

    Properties

    Properties

    columnId: string

    Sorted column identifier.

    Sort direction.