Currently, I am utilizing the ui grid feature.
Within this feature, there is an option called hide column. I am interested in receiving an event when a user hides a column. Specifically, I would like to display an alert when a column is hidden. Is there an event within ui grid that triggers when a column is hidden?
<div ng-controller="MainCtrl">
<div class="grid" ui-grid="gridOptions" ui-grid-move-columns></div>
</div>
The option to hide column
becomes visible when a user clicks on the header of a column. This triggers a popup screen with the option to hide the column.