apex-grid
    Preparing search index...

    Interface ColumnFilterConfiguration

    Extended filter configuration for a column.

    interface ColumnFilterConfiguration {
        caseSensitive?: boolean;
    }
    Index

    Properties

    Properties

    caseSensitive?: boolean

    Whether the filter operations will be case sensitive.