In my widget, I'm creating a grid that will hold summary information on a feature layer. The grid is added to the widget, but the variable I have it assigned to is undefined. Where is my logic going wrong on this?
Here is where I'm initialize the variable names
return declare([BaseWidget, _WidgetsInTemplateMixin], {
baseClass: 'jimu-widget-spatialprioritization',
name: 'Spatial Prioritization',
_togSignin: null,
_gridTotals: null,
_layerSPGrid: null,
_arrayTotals: null,
_SPGridUrl: null,
_rendererPriority: null,<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>