mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
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
This commit is contained in:
committed by
Masahiro Wakame
parent
db57ec3afd
commit
cc42f09bd1
Vendored
+4
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user