Changed to explicit ID parameter

This commit is contained in:
Steven
2014-07-09 16:31:41 -07:00
parent ea9eedcc07
commit e448b8cbf6
+1 -1
View File
@@ -1539,7 +1539,7 @@ declare module Slick {
*/
public expandGroup(...varArgs: string[]): void;
public getGroups(): Group<T, any>[];
public getIdxById(string): number;
public getIdxById(id: string): number;
public getRowById(): T;
public getItemById(id: any): T;
public getItemByIdx(): T;