Disable filtering for a specific column in UI-Grid

Mahdi picture Mahdi · Sep 10, 2015 · Viewed 7.9k times · Source

I have a column in my grid which is contains several buttons. I want to only disable the filtering feature in that column.

For example, filtering should be available in office phone but It has to disable in Actions column. I want to remove the textbox in Actions column.

enter image description here

Answer

ram hemasri picture ram hemasri · Sep 10, 2015

You can set enableFiltering:false on the Actions field

for example:

 { 
      field: '', enableFiltering: false
 }