0

were can I find a script that will allow me to set the column width in a GANTT view fore SharePoint 2013

Cindy
  • 1
  • 1

1 Answers1

1
$(function(){$("div.ms-vh-div:contains('Description')").css("width", "350px");});

Place this code in content Editor web part and you can set the SharePoint column width in view's.

Otherwise reference this link

san
  • 1,644
  • 7
  • 28