Increasing the width of Multiline text column in SharePoint view without Designer/code

Use jQuery to set width of your column in your CEWP/Script Editor WP.

<script src="jquery-1.2.6.min.js" type="text/javascript">
</script>
<script type="text/javascript">
$(function(){
    $("div.ms-vh-div:contains('SP Column Name')").css("width", "width in pixels");
});
</script>

Comments

Popular posts from this blog

Switch from Classic to Claims Authentication in SharePoint 2010

Reset List Item ID value numbering at 1