Take a html snippet and put this code
$(document).ready(function() {$('.col-sm-8').find('option:contains(C)').hide();});
select jquery option in html snippet.
Edit column change visible to false:
Raghavendra,
You can filter the data in 2 ways depending on your need.
Hope it helps.
Huy