Posts

Showing posts with the label list view webpart CSS

Hide Header Column span

$(document).ready(function(){ $('.ms-addcolumn-span').parent().hide(); });