mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add table insight (#976)
This commit is contained in:
committed by
Karl Burtram
parent
cd0d0f911b
commit
f91010c398
5
src/typings/globals/slickgrid/index.d.ts
vendored
5
src/typings/globals/slickgrid/index.d.ts
vendored
@@ -649,6 +649,11 @@ declare namespace Slick {
|
||||
**/
|
||||
showHeaderRow?: boolean;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
showRowNumber?: boolean;
|
||||
|
||||
/**
|
||||
* If true, the column being resized will change its width as the mouse is dragging the resize handle. If false, the column will resize after mouse drag ends.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user