Highcharts Grid
    Preparing search index...

    Interface ColumnEvents

    Event callbacks option group related to the column.

    Index

    Properties

    afterFilter?: ColumnEventCallback

    Callback function to be called when the column is filtered, after input keypress or select change events, and the filtering is applied.

    afterResize?: ColumnEventCallback

    Callback function to be called when the column is resized.

    Callback function to be called when the column is sorted, after clicking on header.

    beforeFilter?: ColumnEventCallback

    Callback function to be called when the column is filtered, after input keypress or select change events, but before the filtering is applied.

    beforeSort?: ColumnEventCallback

    Callback function to be called when the column is sorted, before clicking on header.