I don't want column hidden feature in ui-grid. So I used enableHiding: false in columns. But I can see columns in Grid export menu (show below)
enableHiding: false
How can I remove columns: from grid menu ?
columns:
Thank you
Found the answer, I need to disable on gridoption gridMenuShowHideColumns: false. Now all good.
gridMenuShowHideColumns: false
https://github.com/angular-ui/ui-grid/issues/4971