Customizing width of Default List Column in SharePoint List 2013&2010

Changing the width of field using Contains Keyword:


$(".ms-listviewtable th.ms-vh2:contains('Column Name')").find('div').css("width","300px")


Comments

Popular posts from this blog

SP People Picker Validation

Create multiple web parts in one SPFx Solution

SPFX With Graph API To Pull Azure Active Directory Group Users