mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Fixing slickgrid getItemMetadata
Added optional index parameter to allow for row formatting
This commit is contained in:
Vendored
+1
-1
@@ -1557,7 +1557,7 @@ declare module Slick {
|
||||
|
||||
public getLength(): number;
|
||||
public getItem(index: number): T;
|
||||
public getItemMetadata(): void;
|
||||
public getItemMetadata(index?: number): void;
|
||||
|
||||
public onRowCountChanged: Slick.Event<OnRowCountChangedEventData>;
|
||||
public onRowsChanged: Slick.Event<OnRowsChangedEventData>;
|
||||
|
||||
Reference in New Issue
Block a user