Highcharts Grid
    Preparing search index...

    The class that handles the manual editing of cells in the data grid.

    Index

    Constructors

    Properties

    editedCell?: TableCell

    The cell being currently edited.

    editModeContent?: EditModeContent<HTMLElement>

    The content of the cell edit mode, which represents a context containing the input field or similar element for applying changes to the cell value.

    viewport: Table

    The viewport the edited cells are part of.

    Methods

    • Parameters

      • valid: boolean

      Returns void

    • Turns the cell into an editable input field.

      Parameters

      • cell: TableCell

        The cell that is to be edited.

      Returns void

    • Stops the editing of the cell.

      Parameters

      • submit: boolean = true

        Whether to save the value of the input to the cell. Defaults to true.

      Returns boolean

      Returns true if the cell was successfully stopped editing.