0

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

Gayan
  • 1,425
  • 4
  • 21
  • 41

1 Answers1

1

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

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

Gayan
  • 1,425
  • 4
  • 21
  • 41