Highcharts Grid
    Preparing search index...

    Options to control the text input renderer content.

    interface TextInputRendererOptions {
        attributes?: TextInputAttributes;
        disabled?: boolean;
        type: "textInput";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: TextInputAttributes

    Attributes to control the text input.

    disabled?: boolean

    Whether the text input is disabled.

    type: "textInput"

    The cell content type.

    Can be one of the following: 'text', 'checkbox', 'select', 'textInput', 'dateInput', 'dateTimeInput', 'timeInput', 'numberInput', 'sparkline'.

    You can also create your own custom renderer by extending the CellRenderer class and registering it in the CellRendererTypeRegistry.

    'text'