Join the Stack Overflow Community
Stack Overflow is a community of 6.3 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

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)

Gridexportmenu

How can I remove columns: from grid menu ?

Thank you

share|improve this question

Found the answer, I need to disable on gridoption gridMenuShowHideColumns: false. Now all good.

https://github.com/angular-ui/ui-grid/issues/4971

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.