Forum Discussion
주현 김
Aug 19, 2016Iron Contributor
Column width resize in modern list
I am using modern list, and it is truly great, very well designed. Anyway, I am using 6~7 columns, and "title" column's width is unnecessarily long, thus i have to scroll right to see entire colu...
Anonymous
Nov 29, 2017I agree. There has to be a way to save resized columns in a list view. It would not be so bad if you only had to do it once, but having to resize each time you visit the page causes people to look elsewhere for the content.
Mathieu mathieu
Jan 03, 2018Copper Contributor
Hi all,
After having seen the possibilities of formatting columns here : https://docs.microsoft.com/fr-ch/sharepoint/dev/declarative-customization/column-formatting
I wonder if there is a way to use these functionalities to do something, I do not have enough knowledge to find something
If somebody can paste a bit of json... that could help resizing these columns ...
Thanks
Mathieu
- Mathieu mathieuJan 03, 2018Copper Contributor
All,
Just to come back to my previous post ... after some trials and this code :
I found out that only the color tag is working. none of the other are doing anything ...
Does anybody have a clue why ?
Just for info, I do not have access to SharePoint designer
Thanks
- Sohail MerchantJan 12, 2018Copper Contributor
I don't think it will not work as the header of the columns have the set width and column formatting JSON has only control on the specific column not the header. You can reduce the width but not increase.
- Istvan KelemenJan 12, 2018Copper ContributorI do not think it will work as column customisations only create child items within the parent where the actual width is set. With column customisation JSON you cannot change the appearence of the parent item.
Having spent a number of hours (days) learning more about what one can customise, I did not yet find any solution for this problem. - George KostovJan 09, 2018Copper Contributor
You have an extra "}" after "color" value.