Archived
disable page scrolling in slickgrid (#5333)
This commit is contained in:
committed by
Karl Burtram
parent
16ebb4322a
commit
74c92cd460
+5
@@ -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