Highcharts Grid
    Preparing search index...

    Options to control the number input renderer content.

    interface NumberInputRendererOptions {
        attributes?: NumberInputAttributes;
        disabled?: boolean;
        type: "numberInput";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Attributes to control the number input.

    disabled?: boolean

    Whether the number input is disabled.

    type: "numberInput"

    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'