I would like to hide one of the header menus option from ui-grid, I don't want to display "Hide Column" option in enableFiltering
enableFiltering: true,
enableColumnMenus:false
enableColumnMenus:false is hiding entire menu from header which doesn't suits with my requirement, I can achieve this with css by display none option for it, but I would like to do it from javascript end,can someone please help me on this