From cc42f09bd1dcb1f67af59d77e53e0b06b352fd67 Mon Sep 17 00:00:00 2001 From: Abhishek Garg Date: Sat, 23 Apr 2016 11:43:50 +0530 Subject: [PATCH] Add missing option for expandable (#8989) * Add missing option for expandable Add missing grid option `expandableRowScope` for expandable grid * Added ng.IScope type for expandableRowScope --- ui-grid/ui-grid.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index 4501720b6d..4bc6569007 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -1511,6 +1511,10 @@ declare namespace uiGrid { * Defaults to 150 */ expandableRowHeight?: number; + /** + * reference to the parent grid scope (the parent scope of the sub-grid element) + */ + expandableRowScope?: ng.IScope | Object; /** * Mandatory. The template for your expanded row */