インターフェイス ISortingStrategy

階層

  • ISortingStrategy

次で実装:

Index

プロパティ

プロパティ

sort

sort: function

Type declaration

    • (data: any[], fieldName: string, dir: SortingDirection, ignoreCase: boolean, valueResolver: function, isDate?: boolean, isTime?: boolean): any[]
    • パラメーター

      • data: any[]
      • fieldName: string
      • dir: SortingDirection
      • ignoreCase: boolean
      • valueResolver: function
          • (obj: any, key: string, isDate?: boolean): any
          • パラメーター

            • obj: any
            • key: string
            • オプション isDate: boolean

            返却 any

      • オプション isDate: boolean
      • オプション isTime: boolean

      返却 any[]