mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
add rows property to OnRowsChangedEventData
This commit is contained in:
parent
6373862185
commit
54de4356d0
2
slickgrid/SlickGrid.d.ts
vendored
2
slickgrid/SlickGrid.d.ts
vendored
@ -1595,7 +1595,7 @@ declare module Slick {
|
||||
// empty
|
||||
}
|
||||
export interface OnRowsChangedEventData {
|
||||
// empty
|
||||
rows: number[];
|
||||
}
|
||||
export interface OnPagingInfoChangedEventData extends PagingOptions {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user