If field key i have Boolean value always. What I want is if the value is true show the cell template otherwise hide it.
columnDefs: [{
displayName: 'Advanced',
field: 'advanced',
enableSorting: true,
enableFiltering: true,
enableColumnResizing: false,
cellTemplate: 'scripts/components/profiles/tm/programs/datagrid/advancedCellTemplate.html',
maxWidth: 108,
filter: {
type: uiGridConstants.filter.SELECT,
selectOptions: controller.programsPackage
}
}]