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.
Asked
Active
Viewed 91 times
1 Answers
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