apex-grid
    Preparing search index...

    Interface GridSortConfiguration

    Configures the sort behavior for the grid.

    interface GridSortConfiguration {
        multiple: boolean;
        triState: boolean;
    }
    Index

    Properties

    Properties

    multiple: boolean

    Whether multiple sorting is enabled.

    triState: boolean

    Whether tri-state sorting is enabled.