Interface ISortingStrategy
Properties
sort
sort
: ( data: any[], fieldName: string, dir: SortingDirection, ignoreCase: boolean, valueResolver: (obj: any, key: string, isDate?: boolean) => any, isDate?: boolean, isTime?: boolean, grid?: GridType,) => any[]Type declaration