mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3205 from payojbaral/master
SetGrouping and GetGrouping should accept and return GroupingOptions<T>[]
This commit is contained in:
Vendored
+2
-2
@@ -1500,8 +1500,8 @@ declare module Slick {
|
||||
public fastSort(field: string, ascending: boolean): void;
|
||||
public fastSort(field: Function, ascending: boolean): void; // todo: typeof(field), should be the same callback as Array.sort
|
||||
public reSort(): void;
|
||||
public setGrouping(groupingInfo: GroupingOptions<T>): void;
|
||||
public getGrouping(): GroupingOptions<T>;
|
||||
public setGrouping(groupingInfo: GroupingOptions<T>[]): void;
|
||||
public getGrouping(): GroupingOptions<T>[];
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
|
||||
Reference in New Issue
Block a user