Width not saving in standard views or customer views

Copper Contributor

In SharePoint Online we currently have standard lists that contain two or just one column using a customer view as a default. When we host the view on a subsite the columns do not retain any standards widths and in some cases in the .aspx file the width are not even being saved. Yes the user can resize the column width but on initial startup the lists are not retaining any changed widths. screen shotscreen shot

Opened up the "All Items.aspx" file and our customer "KBQLink.aspx"

"<View Name="{2737D82D-1ECB-4986-8AD7-8A71DF2A3620}" MobileView="TRUE" MobileDefaultView="TRUE" " TabularView="FALSE" DisplayName="All Items" Url="/sites/KBiQ/customerservice/Lists/Procedure Documents/AllItems.aspx" Level="1" BaseViewID="1" ContentTypeID="0x" ImageUrl="/_layouts/15/images/generic.png?rev=47" ><Query/><ViewFields><FieldRef Name="DocumentTitles"/></ViewFields><RowLimit Paged="TRUE">30</RowLimit><Aggregations Value="Off"/><JSLink>clienttemplates.js</JSLink><XslLink Default="TRUE">main.xsl</XslLink><CustomFormatter/><Toolbar Type="Standard"/></View></XmlDefinition><View Name="{D4170174-CA59-4299-8F78-47175EC747A8}" DefaultView="TRUE" Type="HTML" TabularView="FALSE" DisplayName="KBQLink" Url="/sites/KBiQ/customerservice/Lists/Procedure Documents/KBQLink.aspx" Level="1" BaseViewID="1" ContentTypeID="0x" ImageUrl="/_layouts/15/images/generic.png?rev=47" ><Query/><ViewFields><FieldRef Name="DocumentTitles"/></ViewFields><RowLimit Paged="TRUE">30</RowLimit><Aggregations Value="Off"/><JSLink>clienttemplates.js</JSLink><XslLink Default="TRUE">main.xsl</XslLink><Toolbar Type="Standard"/></View></XmlDefinition>"
"<View Name="{D4170174-CA59-4299-8F78-47175EC747A8}" DefaultView="TRUE" " TabularView="FALSE" DisplayName="KBQLink" Url="/sites/KBiQ/customerservice/Lists/Procedure Documents/KBQLink.aspx" Level="1" BaseViewID="1" ContentTypeID="0x" ImageUrl="/_layouts/15/images/generic.png?rev=47" ><Query/><ViewFields><FieldRef Name="DocumentTitles"/></ViewFields><RowLimit Paged="TRUE">30</RowLimit><Aggregations Value="Off"/><JSLink>clienttemplates.js</JSLink><XslLink Default="TRUE">main.xsl</XslLink><Toolbar Type="Standard"/></View></XmlDefinition>"

Notice no widths in the tags.

I need a work around to show the lists on a subsites to retain a readable widths. Thanks.

0 Replies