disable page scrolling in slickgrid (#5333)

This commit is contained in:
Anthony Dresser
2019-05-02 18:13:49 -07:00
committed by Karl Burtram
parent 16ebb4322a
commit 74c92cd460
2 changed files with 7 additions and 1 deletions

View File

@@ -663,6 +663,11 @@ declare namespace Slick {
*
**/
topPanelHeight?: number;
/**
* Page grid when navigating
*/
emulatePagingWhenScrolling?: boolean;
}
export interface DataProvider<T extends SlickData> {