Tried $scope.gridOptions.importerShowMenu = true; then on button click $scope.gridOptions.importerShowMenu = false; which both don't work.
Though $scope.gridOptions.gridMenuShowHideColumns and $scope.gridOptions.exporterMenuCsv value can both be toggled. Any thoughts?
Tried
$scope.gridOptions.importerShowMenu = true;then on button click$scope.gridOptions.importerShowMenu = false;which both don't work.Though
$scope.gridOptions.gridMenuShowHideColumnsand$scope.gridOptions.exporterMenuCsvvalue can both be toggled. Any thoughts?