Why grid.appScope.value return undefined in celltemplate

In a grid celltemplate, I am tring the get a value which is in the parent scope of a grid like this

<div sigef-entrees-sorties="grid.getCellValue(row, col)"
type-flux="grid.appScope.typeFlux">
</div>

but grid.appScope.typeFlux is undefined. So how can i get this value.

Thanks.

Source: AngularJS



from Angular Questions https://angularquestions.com/2017/09/27/why-grid-appscope-value-return-undefined-in-celltemplate/
via @lzomedia #developer #freelance #web

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome