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

    Interface DataTableOptions<TRow>

    Options accepted by the Blessed dataTable adapter.

    interface DataTableOptions<TRow extends TableRow = TableRow> {
        box?: DataTableBoxOptions;
        data: DataTableData<TRow>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Columns, rows, controlled or uncontrolled value, and change listeners.

    parent: Node

    Blessed screen or node receiving the created box.