Highcharts Grid
    Preparing search index...

    Interface CellEvents

    Events related to the cells.

    Index

    Properties

    afterEdit?: CellEventCallback

    Callback function to be called after editing of cell value.

    afterRender?: CellEventCallback

    Callback function to be called after the cell value is set (on init or after editing).

    Callback function to be called when the cell is clicked.

    Callback function to be called when the cell is double clicked.

    Callback function to be called when the cell is no longer hovered.

    mouseOver?: CellEventCallback

    Callback function to be called when the cell is hovered.