2

I have using ShieldUI grid in my project and in grid some column contain image and for that column I dont want to show filtering.Currently it will show for all column including image.So how can I hide it for image column and show non image column.

Vladimir Georgiev
  • 1,949
  • 23
  • 26
Pankaj
  • 3,131
  • 4
  • 14
  • 22

1 Answers1

0

If you want to disable filtering for a particular column, you will need to set filterable: false for it.

More info can be found on the Grid documentation page.

Vladimir Georgiev
  • 1,949
  • 23
  • 26