Merge pull request #1196 from derekcicerone/patch-25

Fix getItemById()
This commit is contained in:
basarat
2013-10-28 17:48:18 -07:00
+1 -1
View File
@@ -1529,7 +1529,7 @@ declare module Slick {
public getGroups(): Group<T, any>[];
public getIdxById(): string;
public getRowById(): T;
public getItemById(): T;
public getItemById(id: any): T;
public getItemByIdx(): T;
public mapRowsToIds(rowArray: T[]): string[];
public setRefreshHints(hints: RefreshHints): void;