mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
disable page scrolling in slickgrid (#5333)
This commit is contained in:
committed by
Karl Burtram
parent
16ebb4322a
commit
74c92cd460
5
src/typings/globals/slickgrid/index.d.ts
vendored
5
src/typings/globals/slickgrid/index.d.ts
vendored
@@ -663,6 +663,11 @@ declare namespace Slick {
|
||||
*
|
||||
**/
|
||||
topPanelHeight?: number;
|
||||
|
||||
/**
|
||||
* Page grid when navigating
|
||||
*/
|
||||
emulatePagingWhenScrolling?: boolean;
|
||||
}
|
||||
|
||||
export interface DataProvider<T extends SlickData> {
|
||||
|
||||
Reference in New Issue
Block a user