mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 01:25:38 -05:00
disable page scrolling in slickgrid (#5333)
This commit is contained in:
committed by
Karl Burtram
parent
16ebb4322a
commit
74c92cd460
@@ -24,7 +24,8 @@ import { range } from 'vs/base/common/arrays';
|
||||
function getDefaultOptions<T>(): Slick.GridOptions<T> {
|
||||
return <Slick.GridOptions<T>>{
|
||||
syncColumnCellResize: true,
|
||||
enableColumnReorder: false
|
||||
enableColumnReorder: false,
|
||||
emulatePagingWhenScrolling: false
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user