Vishal
Vishal

Reputation: 10964

Hiding Options inside UI Grid Export menu

I am using the UI grid export functionality to export all grid data in pdf/csv format. The problem is there is a "Columns" header as 1 of the options. How can I remove this columns option from menu?

Upvotes: 0

Views: 691

Answers (1)

Vishal
Vishal

Reputation: 10964

I found a solution: setting the following property of grid to false will hide the "Columns" option from grid menu.

gridMenuShowHideColumns: false,

Upvotes: 1

Related Questions