apex-grid
    Preparing search index...

    Interface ApexHeaderContext<T>

    Context object for the column header template callback.

    interface ApexHeaderContext<T extends object> {
        column: ColumnConfiguration<T>;
        parent: ApexGridHeader<T>;
    }

    Type Parameters

    • T extends object
    Index

    Properties

    Properties

    The current configuration for the column.

    parent: ApexGridHeader<T>

    The header element parent of the template.