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

    Type Alias DataTableBoxOptions

    DataTableBoxOptions: Omit<
        blessed.Widgets.BoxOptions,
        "content"
        | "parent"
        | "tags",
    >

    Blessed box options supported by the DataTable adapter.

    parent, content, and tags are managed by dataTable. Keyboard and mouse input are enabled by default and can still be disabled through keys: false or mouse: false.